I'm setting NodeJS but when I run "connect", it says me that there is not "package.json".
I've installed NodeJS ->
$ npm install -g express-generator
$ npm install express
$ npm install connect
$ npm install serve-static
$ node server.js
But it doesnt work. In every "install" trying says that it doesn't find the package.json.
Configuration:
Windows: 10
NodeJS: 6.5.0
Thank you!