I was looking for this topic but none of the founded solutions works for me. I'm working on a Laptop with Windows 10 OS, where I do not have admin rights. I'm trying to run my Angular + NodeJS app on this machine after cloning the repository from GitHub. After installing Node.js from the official site (admin put his credentials to do that) I can not run 'npm' command anywhere (cmd or VS Code terminal). Always received same error:
'npm' is not recognized as an internal or external command, operable program or batch file
In "Control Panel" I can see that Node.js is installed. Any help will be useful!