node.js - nvm-windows: not able to run globally installed software -


i have installed different version of node using nvm on windows 7. using node v8.0.0. installed express globally

npm install -g express 

but when try create new app using express testapp, following error message:

'express' not recognized internal or extenal command. 

this problem globally installed node modules.

got it! have install express-generator , give express command


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -