1.先卸载npm
?
1 |
|
2.卸载node
?
1 |
|
看看是否有残留
进入 /usr/local/lib 删除所有 node 和 node_modules文件夹
进入 /usr/local/include 删除所有 node 和 node_modules 文件夹
进入 /usr/local/bin 删除 node 的可执行文件
3. 安装node
下载:
?
1 |
|
解压:
?
1 2 |
|
移到local目录:
?
1 |
|
重命名:
?
1 |
|
增加环境配置:
?
1 |
|
文件末尾增加内容:
?
1 2 |
|
执行source才能使环境变量立即有效。
?
1 |
|
检查版本,如下完成安装。
?
1 |
|
能输出版本信息,即ok
?
1 |
|
能输出版本信息,即ok
到此这篇关于linux服务器快速卸载安装node环境(简单上手)的文章就介绍到这了,更多相关linux卸载安装node内容请搜索服务器之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持服务器之家!
原文链接:https://blog.csdn.net/qq_23501739/article/details/103936693
本文链接:https://my.lmcjl.com/post/7591.html
4 评论