Skip to content

Instantly share code, notes, and snippets.

@a9kit
Created January 1, 2019 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a9kit/3f35438dd1946fe2b2edcc86388cf8b2 to your computer and use it in GitHub Desktop.
Save a9kit/3f35438dd1946fe2b2edcc86388cf8b2 to your computer and use it in GitHub Desktop.
package.json file modifications
{
...
"scripts": {
...
"start": "node app.js"
},
...
"engines": {
"node": "6.9.4",
"npm": "4.2.0"
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment