Skip to content

Instantly share code, notes, and snippets.

@victusfate
Last active June 23, 2017 19:26
Show Gist options
  • Save victusfate/239d3fc183afa53d07e4a24ca84dbf0a to your computer and use it in GitHub Desktop.
Save victusfate/239d3fc183afa53d07e4a24ca84dbf0a to your computer and use it in GitHub Desktop.
errors finding dependencies after checking in package lock file, node v8.1 npm5 on heroku
"scripts": {
"prestart": "?",
"start": "blah",
}
"engines": {
"node": "8.1.0",
"npm": "5.0.3"
},
web: node --optimize_for_size --max_old_space_size=460 --gc_interval=100 app.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment