当前位置:网站首页>nodejs environment variable settings
nodejs environment variable settings
2022-07-30 15:43:00 【yitahutu79】
Create two new folders in the installation directory, named node_cache and node_global.
Open a command line window in nodejs and enter the command:
npm config set prefix "D:\software\nodejs\node-v16.16.0-win-x64\node_global"npm config set cache "D:\software\nodejs\node-v16.16.0-win-x64\node_cache"Open the environment variable setting window, in the user (or system) variable column, click the "New" button, add a variable name "NODE_PATH", the value is:

In "System Variables", find the Path variable, select and edit it.Add a value to it: D:\software\nodejs\node-v16.16.0-win-x64\, this is the root directory of your nodejs installation, as shown below: 
. In the "User Variables" column, set the Path variable.If not, create a new one and set the value to 
toThis nodejs setup is complete
边栏推荐
猜你喜欢
随机推荐
Sleuth+Zipkin (visualization) service link tracking
本地事务与分布式事务
阿里CTO程立:阿里巴巴的开源历程、理念和实践
科研中一些常用软件清单
Lock wait timeout exceeded solution
What is Ts?
MySql error: SqlError(Unable to execute query", "Can't create/write to file OS errno 2 - No such file...
Overview of TiUP commands
In-depth analysis of Kubernetes application management
4 senior experts share the insider architecture design and implementation principles of Flink technology with years of experience in large factories
数字量输入模块io
Configuration - Notes
Sparse-PointNet: See Further in Autonomous Vehicles 论文笔记
视频加密的误解
localhost with 127.0.0.1
TiUP 故障排查
极验深知v2分析
TiDB tool download
几种常见的存储器
Introduction to kasini3000








