Ubuntu 12.04 पर नोडज और एनपीएम स्थापित करने की कोशिश की। मैंने गुगली की और कर दिया। अब, मैं मशीन पर npm स्थापित नहीं कर सका।
sudo apt-get install npm
जो मुझे यह देता है
The following packages have unmet dependencies:
npm : Depends: nodejs but it is not going to be installed
Depends: nodejs-dev
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.
apt-get install npm
(!) से बचना चाहिए। जाँच करें किnpm -v
क्या स्थापित करने की कोशिश करने से पहले .... (@ MarcoCerpi के उत्तर पर अधिक पढ़ें)