LANGUAGE/!$%!% ERROR NOTE 2016. 2. 17. 19:30

///// 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)

https://github.com/npm/npm/issues/7432