스킬(skills)/Node.js
unable to verify the first certificate 에러 발생시
후바스탱크
2018. 7. 4. 17:52
NodeJs 에서 install 중
unable to verify the first certificate
오류가 발생할 경우 아래와 같은 명령어 실행한 후 재실행 하면 된다.
npm config set registry http://registry.npmjs.org/ --global