I use the command - sudo npm install
- in mac.
What is the equivalent of this command in Windows?
runes?
I'm installing a library on my local server and need to run this command.
I use the command - sudo npm install
- in mac.
What is the equivalent of this command in Windows?
runes?
I'm installing a library on my local server and need to run this command.
To install anything using npm on windows is as follows:
npm install <pacote> - instala o pacote localmente
npm install -g <pacote> - instala o pacote globalmente
Now this runes I believe to be Run As translating would be Run As or Run as.
I hope I have helped