2014-12-17 1 views
0

다음 오류가 발생합니다. 양조 노드 설치를 시도 할 때 권한 오류입니다. npm이 제대로 설치되지 않았습니다. 어떤 아이디어?양조 노드를 설치할 때 npm이 제대로 설치되지 않음

⚙ /usr/local/bin 
⚙ /usr/local/bin   master  brew install node 
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/node-0.10.33_1 
Already downloaded: /Library/Caches/Homebrew/node-0.10.33_1.yosemite.bottle.10.tar.gz 
==> Pouring node-0.10.33_1.yosemite.bottle.10.tar.gz 
==> Caveats 
If you update npm itself, do NOT use the npm update command. 
The upstream-recommended way to update npm is: 
    npm install -g [email protected] 
==> make uninstall 
npm ERR! Please try running this command again as root/Administrator. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /usr/local/Cellar/node/0.10.33_1/libexec/npm/npm-debug.log 
make: *** [uninstall] Error 3 
Warning: The post-install step did not complete successfully 
You can try again using `brew postinstall node` 
==> Summary 
    /usr/local/Cellar/node/0.10.33_1: 2081 files, 21M 
✘ /usr/local/bin   master  brew postinstall node 
==> make uninstall 
npm ERR! Please try running this command again as root/Administrator. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /usr/local/Cellar/node/0.10.33_1/libexec/npm/npm-debug.log 
make: *** [uninstall] Error 3 

답변

0

오류가 말하기를 : npm ERR! Please try running this command again as root/Administrator.

시도 : $sudo brew install node

관련 문제