0

当我尝试$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

4

1 回答 1

0

原来这是我的代码中的一个实际错误。我在某处有一个额外的闭合花括号。

于 2015-07-08T20:09:58.960 回答