概述
1、Ubuntu 安装 Node.Js
1.1、执行检查可更新的软件:
sudo apt-get update
1.2、先用普通的apt工具安装低版本的node,然后再升级最新。
sudo apt-get install nodejs
sudo apt install nodejs-legacy
sudo apt install npm
1.3、更换淘宝的镜像,这个是必须的,用过的node的人都知道。
sudo npm config set registry https://registry.npm.taobao.org
1.4、安装更新版本的工具N,执行:
sudo npm install n -g
1.5、更新新node版本,执行:
sudo n stable
2、Ubuntu 卸载 Node.Js
sudo apt-get remove nodejs
转载于:https://www.cnblogs.com/taony/p/10176981.html
最后
以上就是负责茉莉为你收集整理的Ubuntu 上 Node.js 安装和卸载的全部内容,希望文章能够帮你解决Ubuntu 上 Node.js 安装和卸载所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复