좋은 프로그램은 마음의 여유에서 나온다.
node.js npm 에러 본문
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/
'프로그래밍 > node.js' 카테고리의 다른 글
잡 스케쥴러 (0) | 2016.05.19 |
---|---|
mac osx npm 인스톨 에러 (0) | 2015.05.18 |
mongoose Trying to open unclosed connection. (0) | 2013.10.30 |
node-oauth2-server로 oauth2 구현 (0) | 2013.09.01 |
node.js + express + i18n + ejs로 다국어 지원 (0) | 2013.08.23 |
Comments