簡體   English   中英

Meteor JS安裝在Ubuntu 14.04.x上

[英]Meteor JS install on Ubuntu 14.04.x

在安裝Meteor之前,Meteor JS是否需要在Ubuntu上安裝NodeJS? 我已經嘗試在沒有安裝NodeJS的情況下在Ubuntu 14.04上安裝Meteor,但它不起作用。 我按照我在此鏈接Meteor教程中找到的說明進行操作。

謝謝。

是的,您需要在安裝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

最好的祝福。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM