좋은 프로그램은 마음의 여유에서 나온다.

node.js npm 에러 본문

프로그래밍/node.js

node.js npm 에러

좋은데이 2014. 2. 12. 17:09

node.js를 컴파일해서 설치하면 컴파일시에 필요한 도구들을 깔아야 하므로 문제 없지만


apt-get으로 깔면 아래 명령어로 npm install시에 필요한 도구 설치


$ sudo apt-get install git-core curl build-essential openssl libssl-dev


아래와 같은 에러가 날때 registry 설정

Error: failed to fetch from registry :패키지명


$ npm config set registry http://registry.npmjs.org/


Comments