검색결과 리스트
글
///// Nodejs (노드제이에스)
///// 에러 (Error)
.
.
npm ERR! Windows_NT 6.3.9600
.
.
npm ERR! spawn-sync@1.0.15 postinstall: node postinstall
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the spawn-sync@1.0.15 postinstall script 'node postinstall'.
npm ERR! This is most likely a problem with the spawn-sync package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node postinstall
npm ERR! You can get their info via:
npm ERR! npm owner ls spawn-sync
npm ERR! There is likely additional logging output above.
///// 문제 (Problem)
모르겠다.
///// 해결 (Solution)
1. move your nodejs directory you are using (쓰고 있는 노드제이에스 폴더로 이동)
cd c:/nodejs/
2. update latest nodejs (노드제이에스를 최신버전으로 업데이트)
npm install npm@latest
3. reinstall your globally installed npm programs (글로벌로 설치했던 프로그램을 재설치)
npm install -g gulp
.
.
It is work!! for me
///// 참조 (Reference)
'LANGUAGE > !$%!% ERROR NOTE' 카테고리의 다른 글
[Sonatype Nexus Maven Repository] Artifact upload failed. (0) | 2016.02.18 |
---|---|
[Nodejs] Error: Cannot find module 'jshint/src/cli' (0) | 2016.02.17 |
[Nodejs] 에러 (0) | 2016.02.10 |
[Virtual Box] VBOX_E_INVALID_OBJECT_STATE (0x80bb0007) (2) | 2016.02.07 |
groovy/lang/GroovyObject (0) | 2016.02.07 |