ฉันทำตามส่วนสำคัญนี้https://gist.github.com/Goddard/5500157เพื่อติดตั้ง nodejs และ npm แต่หลังจากรันมันทั้งโหนด --version หรือ npm --version สามารถรันได้ทำให้ข้อผิดพลาดของคำสั่งไม่พบ ฉันสามารถถอนการติดตั้ง nodejs แต่ต้องเข้าไปในไดเรกทอรีชั่วคราวที่อธิบายไว้ในสคริปต์และทำการถอนการติดตั้งเพื่อให้ได้รับ 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.
ฉันใช้ Ubuntu 13.04 ความช่วยเหลือใด ๆ ที่ชื่นชม ฉันไม่รู้มากเกี่ยวกับ node.js และ npm ฉันพยายามเริ่มเรียนรู้วิธีใช้สิ่งเหล่านี้ดังนั้นอาจเป็นเพราะประสบการณ์ของฉันกำลังแสดง