2014-03-31 2 views
3

최근에 노드와 npm을 설치했지만 설치가 진행되는 동안 모듈을 설치할 때 의존하는 ctags 패키지에 고정되어 있습니다. ctags 만 설치하려고하면 솔루션을 찾을 수없는 이상한 오류가 발생했습니다.npm에서 ctags를 설치하십시오 : no such --no-parallel

[email protected]:~/test/node-ctags$ npm install 
npm http GET https://registry.npmjs.org/grunt 
npm http GET https://registry.npmjs.org/nan/0.8.0 
npm http GET https://registry.npmjs.org/bindings 
npm http GET https://registry.npmjs.org/grunt-contrib-coffee 
npm http GET https://registry.npmjs.org/event-stream 
npm http GET https://registry.npmjs.org/grunt-shell 
npm http GET https://registry.npmjs.org/node-gyp 
[...] 

> [email protected] install /home/henje/test/node-ctags 
> node-gyp rebuild 

Usage: gyp_main.py [options ...] [build_file ...] 

gyp_main.py: error: no such option: --no-parallel 
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 2 
gyp ERR! stack  at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:340:16) 
gyp ERR! stack  at ChildProcess.EventEmitter.emit (events.js:98:17) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit (child_process.js:797:12) 
gyp ERR! System Linux 2.6.36.4-vs2.3.0.36.39-nc 
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" 
gyp ERR! cwd /home/henje/test/node-ctags 
gyp ERR! node -v v0.10.26 
gyp ERR! node-gyp -v v0.13.0 
gyp ERR! not ok 

npm ERR! [email protected] install: `node-gyp rebuild` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] install script. 
npm ERR! This is most likely a problem with the ctags package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node-gyp rebuild 
npm ERR! You can get their info via: 
npm ERR!  npm owner ls ctags 
npm ERR! There is likely additional logging output above. 
npm ERR! System Linux 2.6.36.4-vs2.3.0.36.39-nc 
npm ERR! command "node" "/usr/local/bin/npm" "install" 
npm ERR! cwd /home/henje/test/node-ctags 
npm ERR! node -v v0.10.26 
npm ERR! npm -v 1.4.6 
npm ERR! code ELIFECYCLE 
npm ERR! 
npm ERR! Additional logging details can be found in: 
npm ERR!  /home/henje/test/node-ctags/npm-debug.log 
npm ERR! not ok code 0 

이것이 일반적인 문제인지 확실하지 않습니다. 나는 npm install ctags뿐만 아니라 github에서 복제를 시도했다. 나는 또한 gyp에 대한 최근의 gcc 등이 있는지 확인하고 떠날 생각이 없다. 나는 모든 답변을 주셔서 감사합니다.

답변

4

pm2 모듈을 설치하는 중에도이 문제가 발생했습니다. 해결 방법으로 는 제거 활력 나를 위해이 문제를 해결 : 여기

는 sudo apt-get을 제거 활력

입니다 자체가 PM2 저장소에 나와있는 문제 : https://github.com/Unitech/pm2/issues/434