ฉันโชคดีที่ได้รับ Raspberry Pi ใต้ต้นไม้ในปีนี้และฉันสนุกกับการเล่น Node.js บนอุปกรณ์ อย่างไรก็ตาม Node.js น่าสนใจยิ่งขึ้นเมื่อคุณสามารถดึงแพ็คเกจและเสียบเข้ากับแอปพลิเคชันของคุณ - และนี่คือที่ที่ฉันกำลังมีปัญหา
ถ้าฉันพยายามติดตั้ง NPM พร้อมกับ Node.js ด้วยคำสั่งต่อไปนี้:
sudo apt-get install nodejs npm
ฉันได้รับข้อผิดพลาดต่อไปนี้:
pi@raspberrypi ~ $ sudo apt-get install nodejs npm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nodejs : Breaks: npm (< 1.1.4~dfsg-2~) but 1.1.4~dfsg-1 is to be installed
npm : Depends: node-semver but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ฉันค่อนข้างใหม่เกี่ยวกับวิธีการจัดการแพ็คเกจที่ทำงานกับระบบปฏิบัติการ Linux บนเดเบียนและไม่รู้อะไรเลยเกี่ยวกับวิธีที่ชุมชน node.js จัดโครงสร้างแพ็คเกจเฉพาะของพวกเขา มันน่าสังเกตว่าการติดตั้ง node.js ด้วยตัวมันเองก็ใช้ได้ดีและถ้าฉันลองติดตั้ง NPM ด้วยตัวเองนี่เป็นสิ่งที่ฉันได้รับ
pi@raspberrypi ~ $ sudo apt-get install npm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
npm : Depends: nodejs but it is not going to be installed
Depends: nodejs-dev 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.
ฉันไม่แน่ใจ แต่ไส้ในของฉันบอกฉันว่ามันเป็นสิ่งที่ต้องทำกับnode-semver
แพ็คเกจ หากฉันติดตั้งnodejs
แพ็กเกจด้วยตัวเองแล้วลองติดตั้งnode-semver
นี่คือผลลัพธ์ที่ฉันได้รับ
pi@raspberrypi ~ $ sudo apt-get install node-semver
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
node-semver : Depends: nodejs but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ตัวชี้ใด ๆ