I installed NodeJS, which seems to work fine. Running npm worked fine and I could install packages. Then I ran
npm install serverless -g
which also ran fine. But when I try to run:
serverless
at the windows command prompt, I get an error about the command not being found.
'serverless' is not recognized as an internal or external command,
operable program or batch file.
I've included the answer is below.