0
내가 설치 NPM하려고 할 때 다음과 같은 오류를 얻을 :NPM 오류 : - 윈도우 NT - 해결 방법
E:\project\nodeJS\sws-nodejs-angular>npm install
npm WARN install Couldn't install optional dependency: Unsupported
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v5.0.0
npm ERR! npm v3.3.6
npm ERR! Cannot read property 'localeCompare' of undefined
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! E:\project\nodeJS\sws-nodejs-angular\npm-debug.log
OS가 지원되지 않는 것 같습니다. 32 비트라고 가정할까요? 가상 머신입니까? –
예, 32 비트입니다. –
angular.js를 설치하려고합니까? –