Node.js Meteor JS安装在Ubuntu 14.04.x上

Node.js Meteor JS安装在Ubuntu 14.04.x上,node.js,ubuntu,meteor,Node.js,Ubuntu,Meteor,Meteor JS在安装Meteor之前是否需要在Ubuntu上安装NodeJS? 我试过在Ubuntu14.04上安装Meteor,但没有安装NodeJS,它不起作用。我遵循了我在这个链接上找到的说明 谢谢。是的,您需要在安装Meteor之前安装nodejs $ sudo apt-get update $ sudo apt-get install curl $ curl https://install.meteor.com | sh 对于Node.js $ sudo apt-get ins

Meteor JS在安装Meteor之前是否需要在Ubuntu上安装NodeJS? 我试过在Ubuntu14.04上安装Meteor,但没有安装NodeJS,它不起作用。我遵循了我在这个链接上找到的说明


谢谢。

是的,您需要在安装Meteor之前安装nodejs

$ sudo apt-get update
$ sudo apt-get install curl
$ curl https://install.meteor.com | sh
对于Node.js

$ sudo apt-get install python-software-properties python g++ make
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install nodejs

致以最良好的祝愿。

谢谢亚历克斯。感谢您的快速重播。实际上,您不需要安装nodeJS。curl magic应该为您安装nodeJS。你只需要卷曲。