Closed bigmeech closed 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'
@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.
make
package.json
everytime is run my start script with this
"scripts": { "start": "make && node backend.js" }
i get Cannot find module '/opt/run/snapshot/package/make'