这是我的 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.
我不知道如何解决它。