install express with npm
With Express 4, the application generator was removed and is now available as 'express-generator.' So you need to npm install -g express-generator
instead.
Enter the command in your terminal
npm install --save express
With Express 4, the application generator was removed and is now available as 'express-generator.' So you need to npm install -g express-generator
instead.
Enter the command in your terminal
npm install --save express