-
Notifications
You must be signed in to change notification settings - Fork 991
Closed
Labels
Description
Using the latest from mean.js, I installed the latest cli tools and I get the following:
$ cf push
Using manifest file c:\dev\artecha\inventory-management-meanjs\manifest.yml
Updating app mean in org inventory-management / space development as [email protected]...
OK
Creating route mean-unsaccharine-arboriculture.cfapps.io...
OK
Binding mean-unsaccharine-arboriculture.cfapps.io to mean...
OK
Uploading mean...
FAILED
Error uploading application.
GetFileAttributesEx c:\dev\artecha\inventory-management-meanjs\node_modules\bower\node_modules\updat
e-notifier\node_modules\latest-version\node_modules\package-json\node_modules\got\node_modules\duple
xify\node_modules\end-of-stream\node_modules\once\node_modules\wrappy\package.json: The system canno
t find the path specified.
The node_modules is very clearly listed as an entry in the .cfignore file as node_modules/.
Is this a bug or am I missing something?
Reactions are currently unavailable