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

mac osx npm 인스톨 에러 본문

프로그래밍/node.js

mac osx npm 인스톨 에러

좋은데이 2015. 5. 18. 11:05

npm 업데이트 후 install 시 아래와 같은 에러 해결 방법

Attempt to unlock, which hasn't been locked


sudo chown -R `whoami` ~/.npm
sudo chown -R `whoami` /usr/local/lib/node_modules
sudo chown -R `whoami` /usr/local

https://github.com/npm/npm/issues/4815

'프로그래밍 > node.js' 카테고리의 다른 글

http 요청하기  (0) 2016.05.20
잡 스케쥴러  (0) 2016.05.19
node.js npm 에러  (0) 2014.02.12
mongoose Trying to open unclosed connection.  (0) 2013.10.30
node-oauth2-server로 oauth2 구현  (0) 2013.09.01
Comments