I'm doing this on a windows 10, without any VM software. I downloaded hyper and am using it to work with node and npm. On my laptop there's only 1 account(also the local account administrator). Despite this, I can't run most commands because I don't have the authority. In the error message it suggested to use sudo, but then on typing sudo it says bash: sudo: command not found. How can I make npm and these other commands work?
There is no sudo command in Windows. The nearest equivalent is run as administrator You can do this using the run as a command with an administrator trust-level, or by right-clicking the program in the UI and choosing "run as administrator