Technology/Programming
NodeJs / npm 업데이트 중 오류
Yonglae Cho
2015. 11. 10. 13:50
NodeJs 설치 중
unable to verify the first certificate
오류가 발생할 경우, 아래와 같은 명령어 실행 다시 시작
npm config set registry http://registry.npmjs.org/ --global