meteorhacks / meteord

MeteorD - Docker Runtime for Meteor Apps for Production Deployments
https://registry.hub.docker.com/u/meteorhacks/meteord/
MIT License
439 stars 371 forks source link

error: couldn't install npm packages from npm-shrinkwrap #42

Open zimt28 opened 9 years ago

zimt28 commented 9 years ago

Hey there, I'm trying to deploy my app using dokku. However, I sometimes get this error:

=> Errors while initializing project:

While building package confinet:shippings:
error: couldn't install npm packages from npm-shrinkwrap

remote: time="2015-08-27T04:50:34-04:00" level=info msg="The command [/bin/sh -c bash $METEORD_DIR/on_build.sh] returned a non-zero code: 1"

How can I solve this problem?