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]
'Node.js' 카테고리의 다른 글
self signed certificate in certificate chain (0) | 2017.07.18 |
---|---|
cocos2d-x Node.js Session 저장 문제 (0) | 2015.05.11 |
Node.js 에서 Redis 사용하기 (0) | 2015.05.11 |
Node.js req.body undefined 문제 (0) | 2015.05.11 |
Node.js Express를 이용한 설치가 되지 않을 경우 (0) | 2015.05.11 |
Node.js 사용자 IP 알아내기 (0) | 2015.05.11 |
댓글을 달아 주세요