1

这是我的 manifest.yml

  ---
applications:
- name: multi
  memory: 128M
  host: multi
  instances: 1
  path: H:/Computer Science/Web Technology/Node.js/multi/
  command: node app.js

我还使用 utf-8 格式的 node_modules/ 创建了 .cignore 文件

但仍然收到此错误

    FAILED
Error uploading application.
open H:\Computer Science\Web Technology\Node.js\multi\node_modules\grunt-con
b-qunit\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\node_modules
-extra\node_modules\rimraf\node_modules\glob\node_modules\minimatch\node_mod
s\brace-expansion\node_modules: The system cannot find the path specified.

我不知道如何解决它。

4

1 回答 1

0

您可以删除node_modules目录(或移动到其他目录)并重试吗?如果可行,我会从工作副本中下载.cignore。

于 2015-05-05T03:12:36.560 回答