So I am trying to follow this tutorial: https://blog.udemy.com/node-js-tutorial/
I ran npm install -g express-generator
in my CMD prompt and it seemingly installs fine. No errors.
I then try to run express test1
in my app folder which is C:\node> and I get the error 'express' is not recognized as an internal or external command, operable program or batch file'. I'm completely new to node but I've followed the tutorial exactly and I've simply got stuck at this part. Any help would be greatly appreciated.