George Davis
George Davis

Reputation: 19

How do I run node.js without admin privileges windows?

At school/robotics the robotics teachers can not give me admin for obvoius reasons. This why I can not play around with node.js. Any ways I can do this would be greatly appriected. Have a nice day.

Upvotes: 1

Views: 9529

Answers (1)

Don Srinath
Don Srinath

Reputation: 1593

Download the node js zip file, extract it to a folder. Then create a windows batch file to set path to node js folder. Then run your commands from the same command window. You even can open Visual Studio Code from there. If you need step by step checkout this video : https://youtu.be/BLnbtsDIW_E

Upvotes: 2

Related Questions