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