这是我的manifest.yml
---
applications:
- name: multi
memory: 128M
host: multi
instances: 1
path: H:/Computer Science/Web Technology/Node.js/multi/
command: node app.js我还使用node_modules/创建了utf-8格式的.cfignore文件
但是仍然得到这个错误
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.我不知道如何解决这个问题。
发布于 2015-05-05 11:12:37
您是否可以删除node_modules目录(或移动到其他目录)并重试?如果可以的话,我会从一个工作副本download这个.cfignore。
https://stackoverflow.com/questions/30040022
复制相似问题