win7 express js: 'express' is not recognized in cmd
问题 I have node.js installed and running fine on windows 7 computer. I run > npm install -g express > npm install -g express-generator > npm install -g express-generator@3 and they all install successfully. But when I go to a new folder and try: > express myproject I get: 'express' is not recognized as an internal or external command, operable program or batch file I see 'express', 'express.cmd', and 'node_modules' directory with 'express' and 'express-generator' folders in the C:\Users\ME