Here is my manifest.yml
---
applications:
- name: multi
memory: 128M
host: multi
instances: 1
path: H:/Computer Science/Web Technology/Node.js/multi/
command: node app.js
I have also created the .cfignore file with node_modules/ in utf-8 format
But still getting this error
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.
I have no idea how to resolve it.