express command not working in VisualStudio-code

0

I've installed the VS-code and trying to execute the Javascript. I have installed node version: v12.1.0 npm version : v12.1.0 I tried to install express using "npx express-generator", "npm install -g express", "npm install -gd express", npm install express --save. It was successful, Node_modules folder was created under the workspace. but the express command is not working. when i checked the node_modules/.bin directory the express.cmd file is missing. can anyone help me here to resolve this?

user3933208

Posted 2019-09-11T06:38:26.710

Reputation: 1

No answers