4
在安裝Meteor之前,Meteor JS是否需要在Ubuntu上安裝NodeJS? 我已經嘗試在Ubuntu 14.04上安裝Meteor,無需安裝NodeJS,它不起作用。我遵循我在這個鏈接上找到的說明 Meteor Tutorial。在Ubuntu 14.04.x上安裝Meteor JS
謝謝。
在安裝Meteor之前,Meteor JS是否需要在Ubuntu上安裝NodeJS? 我已經嘗試在Ubuntu 14.04上安裝Meteor,無需安裝NodeJS,它不起作用。我遵循我在這個鏈接上找到的說明 Meteor Tutorial。在Ubuntu 14.04.x上安裝Meteor JS
謝謝。
是的,你需要在安裝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
問候。
謝謝亞歷克斯。感謝您的快速回放。 – Ignjat
其實你不需要安裝nodeJS。這個捲曲魔術應該爲你安裝nodeJS。你只需要捲曲。 – SylvainB