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
반응형
'Programming > Node.js' 카테고리의 다른 글
[Node.js][Express] ip validator middleware 만들기 (0) | 2023.04.24 |
---|---|
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 |
댓글