Link: https://linode.com/docs/web-servers/nginx/use-nginx-reverse-proxy/
Issue
Suggested Fix
- add in a check to verify
npm was installed with nodejs
The Node Package Manager (NPM) will be installed alongside Node.js.
Despite all docs saying npm would install with nodejs, it did not for me. I had to run sudo apt-get install npm after npm -v came up with the bash: ... npm command not found message.