win7 node_global怎么更改

2023-06-12 16:38:40 Win7 Node

这篇文章主要介绍了win7 node_global怎么更改的相关知识,内容详细易懂,操作简单快捷,具有一定借鉴价值,相信大家阅读完这篇win7 node_global怎么更改文章都会有所收获,下面我们一起来看看吧。

win7更改node_global的方法

1、首先右键桌面计算机,打开“属性”

win7 node_global怎么更改

2、点击左边的“高级系统设置”然后点击“环境变量”

win7 node_global怎么更改

3、接着新建一个环境变量,命名为“NODE_PATH”,变量值找到需要更改的“node_global”文件路径。

win7 node_global怎么更改

4、如果我们找不到,或者没有node_global文件的话,自己在需要更改的软件安装目录新建一个“node_global”和“node_cache”文件夹。

win7 node_global怎么更改

5、接着使用“win+r”打开运行,输入“cmd”回车确定打开命令窗口。

win7 node_global怎么更改

6、然后在命令窗口输入“npm config set prefix "C:Program Files odejs odeglobal"”和“npm config set cache "C:Program Files odejs ode_cache"”回车确定即可。

win7 node_global怎么更改

相关文章