Skip to content

Instantly share code, notes, and snippets.

@Dev0515
Created October 1, 2018 05:29
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 Dev0515/13852d826cdfeb95683d431ce55cbe63 to your computer and use it in GitHub Desktop.
Save Dev0515/13852d826cdfeb95683d431ce55cbe63 to your computer and use it in GitHub Desktop.
add this to package.json
{
...
"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