简体   繁体   English

如何在没有管理员权限窗口的情况下运行 node.js?

[英]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.这就是为什么我不能玩 node.js 的原因。 Any ways I can do this would be greatly appriected.我能做到这一点的任何方式都会受到极大的欢迎。 Have a nice day.祝你今天过得愉快。

Download the node js zip file, extract it to a folder.下载 node js zip 文件,将其解压到一个文件夹中。 Then create a windows batch file to set path to node js folder.然后创建一个 Windows 批处理文件来设置节点 js 文件夹的路径。 Then run your commands from the same command window.然后从同一命令窗口运行您的命令。 You even can open Visual Studio Code from there.您甚至可以从那里打开 Visual Studio Code。 If you need step by step checkout this video : https://youtu.be/BLnbtsDIW_E如果您需要逐步结帐此视频: https : //youtu.be/BLnbtsDIW_E

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用node.js在Windows Azure上修复“端口80需要提升的特权”? - How do I fix “Port 80 requires elevated privileges” on Windows Azure with node.js? Windows的node.js和Cygein,如何运行代码? - node.js and Cygein for windows, how do I run code? 如何检查 node.js 脚本是否在 linux 上以管理员权限运行? - How to check if node.js script runs with admin privileges on linux? 你如何在没有管理员的情况下在 mac 上下载 node.js - How do you download node.js on mac without admin 我可以用低权限运行Node.JS吗? - Can I run Node.JS with low privileges? 如何在windows上的node.js中运行外部程序? - How do you run an external program in node.js on windows? 如何在客户端服务器上运行我的 node.js 应用程序而不与他们共享代码库? - How do I run my node.js application on a client's server without sharing the codebase with them? 如何在不使用Ajax /使用express的情况下从html页面运行node.js函数? - How do I run a node.js function from an html page without using ajax/using express? 如何部署 Node.js 代码以在不超过免费部署层的情况下按时间间隔运行 - How do I deploy Node.js code to run on an interval without exceeding free deployment tiers 如何运行 node.js 文件而不在 VSCode 的 Windows 的命令行中键入“node abc.js”? - How to run node.js file without typing "node abc.js" in command line in Windows in VSCode?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM