나는이 요점 https://gist.github.com/Goddard/5500157 을 따라 nodejs와 npm을 설치했지만 그것을 실행 한 후 node --version 또는 npm --version을 실행할 수 없어 명령 오류가 발생했습니다. nodejs를 제거 할 수 있었지만 스크립트에 설명 된 temp 디렉토리로 이동하여 npm을 남기기 위해 제거를 수행해야했습니다.
지금 시도 nodejs를 설치하고 NPM 다시 내가 대신이 링크를 사용 http://www.andreagrandi.it/2013/02/08/how-to-install-latest-stable-node-js-on-ubuntu/ , 그러나 nodejs와 npm을 함께 설치하려고하면이 오류 메시지가 나타납니다.
sudo apt-get install nodejs npm
The following packages have unmet dependencies:
nodejs : Conflicts: npm
E: Unable to correct problems, you have held broken packages.
방금 nodejs를 설치하면 정상적으로 작동합니다.
sudo apt-get install nodejs
node --version
v0.10.15
하지만 지금 npm을 설치하려고하면이 오류 메시지가 나타납니다.
sudo apt-get install npm
The following packages have unmet dependencies:
npm : Depends: nodejs (>= 0.6.19~dfsg1-3) but it is not going to be installed
Depends: nodejs-dev
Depends: node-node-uuid but it is not going to be installed
Depends: node-request but it is not going to be installed
Depends: node-mkdirp but it is not going to be installed
Depends: node-minimatch but it is not going to be installed
Depends: node-semver but it is not going to be installed
Depends: node-ini but it is not going to be installed
Depends: node-graceful-fs but it is not going to be installed
Depends: node-abbrev but it is not going to be installed
Depends: node-nopt but it is not going to be installed
Depends: node-fstream but it is not going to be installed
Depends: node-rimraf but it is not going to be installed
Depends: node-tar but it is not going to be installed
Depends: node-which but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
우분투 13.04를 사용하고 있습니다. 도움을 주시면 감사하겠습니다. node.js와 npm에 대해 많이 알지 못합니다. 나는 이것을 사용하는 방법을 배우려고 노력 했으므로 아마도 경험이 부족할 것입니다.