【发布时间】:2016-07-20 04:45:48
【问题描述】:
我在笔记本电脑上安装了 ubuntu 以使用流星,但流星无法运行。
我是从官网下载的:
> curl https://install.meteor.com/ | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4504 0 4504 0 0 1659 0 --:--:-- 0:00:02 --:--:-- 1658Removing your existing Meteor installation.
100 4504 0 4504 0 0 1539 0 --:--:-- 0:00:02 --:--:-- 1539
Downloading Meteor distribution
######################################################################## 100.0%
Meteor 0.9.3 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.
This may prompt for your password.
To get started fast:
$ meteor create ~/my_cool_app
$ cd ~/my_cool_app
$ meteor
Or see the docs at:
docs.meteor.com
PC:~$ cd work/buildpulse-cerebus/
PC:~/work/buildpulse-cerebus$ meteor
^C
PC:~/work/buildpulse-cerebus$ meteor update
^C
PC:~/work/buildpulse-cerebus$ sudo meteor
安装后我切换到我的目录(现有的流星应用程序只是克隆了它),当我运行流星时什么都没有发生。
如果我创建新的流星应用程序运行良好,为什么它不能与现有应用程序一起使用。
【问题讨论】:
-
在这类帖子中,分享错误日志或堆栈跟踪会很有帮助,以便其他人可以帮助您。您表示
meteor run命令适用于您创建的新应用程序。运行现有应用程序时出现什么错误(您的意思是克隆的流星存储库)? -
@DavidKim 我遇到了非常相似的错误,没有错误或日志——只是突然出现“Killed”消息。我在下面发布了我的解决方案。