Ubuntu 12.10에 Node.js를 설치하려고하는데 터미널에서 패키지 손실에 대한 오류를 표시합니다. 나는 이것을 시도했다 :
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
그러나 마지막 줄에 왔을 sudo apt-get install nodejs npm
때이 오류가 표시됩니다.
Failed to install some packages. This may mean that
you requested an impossible situation or if you are using the distribution
distribution that some required packages have not yet been created or been
been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nodejs: Conflicts: npm
E: Failed to correct problems, you have held broken packages.
그런 다음를 제거하고 ppa:chris-lea/node.js
두 번째 옵션을 시도했습니다.
sudo apt-get install node.js
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
같은 오류가 터미널에 나와 npm is the latest version
있지만 맨 위에 표시된 텍스트가 표시됩니다. 문제가 있다고 생각 ppa:chris-lea/node.js
하지만 어떻게 해결 해야할지 모르겠습니다.