Düğümleri ve npm'i yüklemek için bu özeti https://gist.github.com/Goddard/5500157 izledim, ancak çalıştırdıktan sonra ne bir düğüm - sürüm ne de npm - sürüm çalıştırılamadı, komut bulunamadı. Düğümleri kaldırmayı başardım, ancak komut dosyasında açıklanan geçici dizine gitmek ve ayrılmak için npm almak için bir kaldırma yapmak zorunda kaldı.
Şimdi nodejs ve npm'yi tekrar kurmak için bu bağlantıyı http://www.andreagrandi.it/2013/02/08/how-to-install-latest-stable-node-js-on-ubuntu/ yerine kullandım , ama hem nodejs hem de npm'yi birlikte kurmaya çalışırsam bu hata mesajını alıyorum.
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.
Sadece iyi çalışan nodejs yüklersem.
sudo apt-get install nodejs
node --version
v0.10.15
Ama şimdi npm yüklemeye çalışırsam bana bu hata mesajını verir
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.
Ubuntu 13.04 kullanıyorum. Herhangi bir yardım takdir. Node.js ve npm hakkında fazla bir şey bilmiyorum. Bunları nasıl kullanacağımı öğrenmeye başladım, bu yüzden muhtemelen deneyimim gösteriliyor.