nodejitsu / jitsu

Flawless command line deployment of your Node.js apps to the cloud
http://github.com/nodejitsu/jitsu
MIT License
645 stars 93 forks source link

Cannot deploy applications with make files #501

Closed bigmeech closed 10 years ago

bigmeech commented 10 years ago

everytime is run my start script with this

"scripts": { "start": "make && node backend.js" }

i get Cannot find module '/opt/run/snapshot/package/make'

jcrugzz commented 10 years ago

@bigmeech you want to put make as a predeploy script in your package.json things are built before it creates a snapshot to send up. See here. Send a ticket to support@nodejitsu.com if you have any other issues.