Paari / photos

A React & Node Project to share photos from local server. Creating api with a nosql file.
MIT License
0 stars 0 forks source link

Specify node js and npm version #1

Open ghost opened 7 years ago

ghost commented 7 years ago

I could not find the versions anywhere . Please specify what version of node-js should i use. I would be great if you can specify in package.json like

"engines": {
    "node": ">=6.9.1",
    "npm": ">=4.0.3"
  },
  "engineStrict": true,