2016-08-09 3 views
3

실패,하지만 내가 내 컴퓨터 내 모든 prerequise을 확인 내가 npm start 명령을각도 CLI의 NPM의 시작은 내가 처음으로 각 2 프로젝트에 대해 각-CLI를 사용하고

Running without elevated rights. Running Ember CLI "as Administrator" increases performance significantly. 
See ember-cli.com/user-guide/#windows for details. 

Livereload failed on http://localhost:49156. It is either in use or you do not have permission. 

npm ERR! Windows_NT 6.3.9600 
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start" 
npm ERR! node v5.5.0 
npm ERR! npm v3.3.12 
npm ERR! code ELIFECYCLE 
npm ERR! [email protected] start: `ng server` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] start script 'ng server'. 
npm ERR! Make sure you have the latest version of node.js and npm installed. 
npm ERR! If you do, this is most likely a problem with the ng-app package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  ng server 
npm ERR! You can get their info via: 
npm ERR!  npm owner ls ng-app 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  ...\ng_app\npm-debug.log 

를 사용할 때 아래의 오류가 발생합니다 I 때문에 노드 v5.5.0, 타이핑 1.3.2가 있지만 여전히 동일한 오류가 발생합니다.

내가 놓친 것은 무엇입니까?

고맙습니다!

편집 : 내가 오늘 아침에 npm start 명령을 실행하고 다음과 같은 오류가 있습니다 질문 답변에서

The Broccoli Plugin: [BroccoliTypeScriptCompiler] failed with: 
Error: EPERM: operation not permitted, symlink 
+0

ng init 명령으로 모든 노드 모듈을 설치할 수 있기를 바랍니다. npm start를 실행할 때 실행되는 작업에 대한 정보를 추가 할 수 있습니까? 또한 사용자가 가지고있는 각도 cli의 버전은 무엇입니까? –

+2

https://github.com/angular/angular-cli/issues/1600 – agriboz

+0

@MadhuRanjan : angular-cli : 0.1.0 node : 5.5.0 os : win32 x64 –

답변

1

를, 그것은 요구하는 포트 49156를 사용하여 다른 프로세스에 관련이 자동 다시로드를위한 각도 CLI. 포트를 사용하지 않고 URL http://localhost:49156/을 요청할 수 있습니다. 프로세스를 찾지 못하면 다시 시작하면 문제가 해결 될 수 있습니다.

+1

내가 잘못했다, 나는 4200 번 포트를 사용한다. –

+0

무엇을 의미 하는가? –

+0

이 49156 포트는 서브 포트가 아닙니다. 테스트 포트 인 것 같습니다. –