【发布时间】:2017-12-24 10:42:24
【问题描述】:
我按照 Meteor.com (choco install meteor) 上的说明在 Windows(10) 上安装流星 1.6 并安装了meteor v0.0.2?
当我尝试运行任何 meteor 命令时,我得到:bash: meteor: command not found
当我尝试choco upgrade meteor 时,我得到:
$ choco upgrade meteor
Chocolatey v0.10.8
Upgrading the following packages:
meteor
By upgrading you accept licenses for the packages.
meteor v0.0.2 is the latest version available based on your source(s).
Chocolatey upgraded 0/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
我试过choco uninstall meteor 然后重新安装choco instlal meteor 但同样的问题。在网上搜索了一下,我找到了这个页面:
我确实在 Window 10 的 Ubuntu bash 上安装了流星并在版本 1.6.0.1 上运行,该版本是通过 curl https://install.meteor.com/ | sh 安装的
【问题讨论】:
-
我不确定 Ubuntu bash 部分。你说你已经按照手册描述安装了,Ubuntu bash install 是不是要第二次安装?
标签: meteor chocolatey