You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2021. It is now read-only.
npm start is inserting a shell line break in the exec line of the upstart service on ubuntu 14.04 on aws, running node v0.12.10, and npm v2.14.9, for non standard npm script command. ie: 'npm run deploy'
npm start is inserting a shell line break in the exec line of the upstart service on ubuntu 14.04 on aws, running node v0.12.10, and npm v2.14.9, for non standard npm script command. ie: 'npm run deploy'
creates the line
exec /opt/nodejs-0.12.10/bin/node /opt/nodejs-0.12.10/bin/npm run/ deploy
in the generated .conf file. npm chokes on the added /The text was updated successfully, but these errors were encountered: