본문 바로가기
Programming/Node.js

self signed certificate in certificate chain

by guru_k 2017. 7. 18.
728x90
반응형

npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain


if you got above error during npm install, you have to do like this.


execute from command line :


$ npm config set strict-ssl false


And npm install : 


npm install [package]

728x90
반응형

댓글