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
Post a Comment