실패,하지만 내가 내 컴퓨터 내 모든 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
ng init 명령으로 모든 노드 모듈을 설치할 수 있기를 바랍니다. npm start를 실행할 때 실행되는 작업에 대한 정보를 추가 할 수 있습니까? 또한 사용자가 가지고있는 각도 cli의 버전은 무엇입니까? –
https://github.com/angular/angular-cli/issues/1600 – agriboz
@MadhuRanjan : angular-cli : 0.1.0 node : 5.5.0 os : win32 x64 –