【发布时间】:2015-06-10 17:59:14
【问题描述】:
当我尝试从我的应用程序目录中将$modulus deploy 输入终端时遇到此错误:
Determining Meteor version...
Meteor version: 1.1.0.2
Bundling Meteor App...
undefined
[Error] Error: Command failed: /bin/sh -c cd /Users/xx/Projects/Project1 && meteor bundle --directory /Users/xx/Projects/Project1/.demeteorized
This command has been deprecated in favor of 'meteor build', which allows you
to build for multiple platforms and outputs a directory instead of a single
tarball. See 'meteor help build'for more information.
WARNING: The output directory is under your source tree.
Errors prevented bundling:
While building the application:
client/Project1.js:138:29: Unexpected token =
我得到与$demeteorizer 相同的结果。它适用于旧版本的应用程序,然后我在新分支中添加了一些功能,合并,现在我收到了这个错误。
已经尝试过: sudo npm update -g modulus
【问题讨论】:
-
您使用的工具一定是过时版本,请尝试更新它:
sudo npm update -g modulus。 -
@saimeunt 我试过了,它仍然给出同样的错误:( .
标签: meteor token modulus demeteorizer