2017-03-18 3 views
0

노드와 npm 및 gulp를 모두 배우려고하지만이 오류가 발생합니다.npm install --save-dev gulp : SELF_SIGNED_CERT_IN_CHAIN ​​

$ npm install --save-dev gulp 
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" "install" "--save-dev" "gulp" 
npm ERR! node v6.10.0 
npm ERR! npm v3.10.10 
npm ERR! code SELF_SIGNED_CERT_IN_CHAIN 

npm ERR! self signed certificate in certificate chain 
npm ERR! 
npm ERR! If you need help, you may report this error at: 
npm ERR!  <https://github.com/npm/npm/issues> 

npm ERR! Please include the following file with any support request: 
npm ERR!  C:\Users\davidb\desktop\testproject\npm-debug.log 

누구든지 해결 방법을 알고 있습니까? 노드 대신 gitbash를 사용하기 때문에 node-v를 할 수 없다. process.version을 사용하여 버전을 구해야하기 때문에. 그리고 이것에 대한 도움은 크게 감사 할 것입니다! 문제를 해결하기 위해 http://blog.npmjs.org/post/78165272245/more-help-with-selfsignedcertinchain-and-npm을 사용했지만 아무것도 작동하지 않습니다.

npm config set ca "" 

and 

npm install npm -g --ca="" 

을 둘 다 작동하고 난 여전히 오류 NPM의 ERR을 얻고있다 :

도 해본 적이! 코드 SELF_SIGNED_CERT_IN_CHAIN ​​

답변