บนเซิร์ฟเวอร์ของฉันฉันมี0.10.25
"ฉันไม่ต้องการเวอร์ชั่นของ Rea นั่นคือ" 0.10.30 "ซึ่งเป็น LTS สำหรับnodejs
แต่นักพัฒนาที่ขอให้ติดตั้งรุ่นที่ 4 หลังจากขุดเล็กน้อยฉันพบว่า0.12
มันnodejs
ผสานกับบางอย่าง แพคเกจอื่น ๆ
ไม่มีซอร์สแพ็กเกจสำหรับ0.12
ฉันได้ดาวน์โหลด.tar.gz
ไฟล์จากเว็บไซต์ของ nodejs, unpacked แต่ไม่มีสคริปต์การติดตั้งใด ๆ การย้ายไฟล์ด้วยตนเองหรือการสร้างลิงก์ไม่ใช่วิธีที่ฉันต้องการไปฉันควรทำอย่างไร
ปรับปรุง:
[web01]~> nodejs -v
v0.10.25
[web01]~> apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[web01]~> curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
[web01]~> apt-get install -y nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[web01]~> uname -a
Linux web01.example.lab 3.19.0-28-generic #30~14.04.1-Ubuntu SMP Tue Sep 1 09:32:55 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[web01]~>
3
สามารถทำซ้ำการติดตั้ง Node.js / MongoDB ล่าสุดได้หรือไม่ ดูคำตอบของผู้ใช้สำหรับคำแนะนำสำหรับการติดตั้ง node.js 0.12 ..
—
karel