~~~
npm install -g meteorite
~~~
为什么不工作啊?
谢谢
npm install -g meteorite
~~~
为什么不工作啊?
谢谢
1
chuangbo Dec 9, 2012
原来是你 meteorite 都没有安装好。估计要翻墙,或者用一个国内的 npm 镜像。把 meteorite 安装好以后,使用 mrt 执行,会自动把 meteor 和 packages 安装好。不需要安装官方的 meteor。
|