Monday, 22 May 2017

Installation express

I'm struggling to install express using "npm install express" but not working.

I've proper package.js too. Please sugget.

package.js entry

{ "name": "express", "version": "0.0.1", "description": "Testing express work", "private": true, "main": "app.js", "dependencies": { "express": "3.x" } }



via user2101952

No comments:

Post a Comment