ind1go / bluemix-buildpack-meteor

Meteor on Bluemix.
MIT License
9 stars 24 forks source link

cf push for Meteor 1.4 aborts with error on Windows #19

Open tarkancorak opened 8 years ago

tarkancorak commented 8 years ago

Hi,

since Meteor 1.4 I cannot use this build pack to deploy on Bluemix. The command "cf push" aborts with the error message below.

Thanks Tarkan

C:\myapp>cf push Using manifest file C:\myapp\manifest.yml

Updating app myapp in org MyOrg / space MySpace as my-email@address... OK

Using route myapp.eu-gb.mybluemix.net Uploading myapp... Uploading app files from: C:\myapp Uploading 160M, 39702 files FAILED Error processing app files: Error uploading application. remove C:\TEMP\apps987997647.meteor\local\dev_bundle\lib\node_modules\cordova-lib\node_modules\npm\node_modules\node-gyp\node_modules\path-array\node_modules\array-index\node_modu les\es6-symbol\node_modules\es5-ext\node_modules\es6-symbol\test: Das Verzeichnis ist nicht leer. (-> Folder not empty)

shanks4evr commented 7 years ago

Facing the same issue, can someone help on this?