卸载 npm registry 设置为淘宝镜像地址
时间: 2023-11-08 16:54:06 浏览: 67
您可以通过以下命令将npm registry(npm包管理器的默认地址)设置为淘宝镜像地址:
```
npm config set registry https://registry.npm.taobao.org/
```
如果您希望将该设置卸载,可以通过以下命令将npm registry设置为默认地址:
```
npm config set registry https://registry.npmjs.org/
```
相关问题
ubuntu 安装卸载nodejs npm
以下是在Ubuntu上安装和卸载Node.js和npm的步骤:
安装Node.js和npm:
1. 执行以下命令来更新可更新的软件:
```shell
sudo apt-get update
```
2. 使用apt工具安装低版本的Node.js:
```shell
sudo apt-get install nodejs
```
3. 安装nodejs-legacy和npm:
```shell
sudo apt install nodejs-legacy
sudo apt install npm
```
4. 更换淘宝的镜像:
```shell
sudo npm config set registry https://registry.npm.taobao.org
```
5. 安装更新版本的工具N:
```shell
sudo npm install n -g
```
6. 更新新的Node.js版本:
```shell
sudo n stable
```
卸载Node.js:
```shell
sudo apt-get remove nodejs
```
卸载npm:
```shell
sudo apt-get remove npm
```
卸载淘宝镜像cnpm
要卸载淘宝镜像cnpm,可以通过以下步骤来完成:
1. 打开命令行工具,输入以下命令查看当前已安装的镜像源:
```
npm config get registry
```
2. 如果当前的镜像源为淘宝镜像,可以通过以下命令将其切换回官方源:
```
npm config set registry https://registry.npmjs.org/
```
3. 然后可以通过以下命令来卸载cnpm:
```
npm uninstall -g cnpm
```
4. 最后,可以再次输入以下命令来确认镜像源已切换回官方源:
```
npm config get registry
```
以上步骤完成后,你就成功卸载了淘宝镜像cnpm。
阅读全文