We could write Node.js
application through VSCode
using corporate-managed Windows laptop without administrator right.
Node.js
through https://nodejs.org/en/download. Extract the content out from the zip file to your computer.PATH
variablenode.exe
from step 2 to the folder you creatednpm.cmd
from step 2 to the folder you creatednpm_modules/npm
from step 2 to the folder you createdrundll32 sysdm.cpl,EditEnvironmentVariables
into Run dialog and execute. This would opens Environment Variables dialog for you, even your organization limit your access to itPath
variable under current user accountnode -v
and npm -v
into command prompt. If it returns the node version and npm version in the CLI, then it means we success. Before testing, ensure you close all CLI, including the command prompt in VSCodeNow you could enjoy the wonder of node.js
in your corporate laptop without administrator right!