Last active
June 23, 2017 19:26
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"prestart": "?", | |
"start": "blah", | |
} | |
"engines": { | |
"node": "8.1.0", | |
"npm": "5.0.3" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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