2014-09-25 2 views
2

여기에서 문제가 무엇인지 알 수 있습니까? 나는 단서 있습니다 ... 고마워요.Npm 설치; [email protected] 사전 시작 스크립트에서 실패했습니다

npm ERR! [email protected] prestart: `npm install` 
npm ERR! spawn ENOENT 
npm ERR! 
npm ERR! Failed at the [email protected] prestart script. 
npm ERR! This is most likely a problem with the angular-phonecat package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  npm install 
npm ERR! You can get their info via: 
npm ERR!  npm owner ls angular-phonecat 
npm ERR! There is likely additional logging output above. 
npm ERR! System Windows_NT 6.1.7601 
npm ERR! command "C:\\Program Files (x86)\\\\node.exe" "C:\\Program Files (x86)\ 
\node_modules\\npm\\bin\\npm-cli.js" "start" 
npm ERR! cwd C:\Users\bong\angular-phonecat 
npm ERR! node -v v0.10.32 
npm ERR! npm -v 1.4.28 
npm ERR! syscall spawn 
npm ERR! code ELIFECYCLE 
npm ERR! errno ENOENT 
npm ERR! [email protected] prestart: `npm install` 
npm ERR! Exit status -1 
npm ERR! 
npm ERR! Failed at the [email protected] prestart script. 
npm ERR! This is most likely a problem with the angular-phonecat package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  npm install 
npm ERR! You can get their info via: 
npm ERR!  npm owner ls angular-phonecat 
npm ERR! There is likely additional logging output above. 

npm ERR! System Windows_NT 6.1.7601 
npm ERR! command "C:\\Program Files (x86)\\\\node.exe" "C:\\Program Files (x86)\ 
\node_modules\\npm\\bin\\npm-cli.js" "start" 
npm ERR! cwd C:\Users\bong\angular-phonecat 
npm ERR! node -v v0.10.32 
npm ERR! npm -v 1.4.28 
npm ERR! code ELIFECYCLE 
npm ERR! 
npm ERR! Additional logging details can be found in: 
npm ERR!  C:\Users\bong\angular-phonecat\npm-debug.log 
npm ERR! not ok code 0 

답변

0

각 종속성을 별도로 설치해보십시오. package.json의 문제인 것 같습니다.

관련 문제