markdown 配置纱线和npm

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 配置纱线和npm相关的知识,希望对你有一定的参考价值。

### NPM

查询当前配置的镜像
```
npm get registry 
https://registry.npmjs.org/
```

设置成淘宝镜像
```
npm config set registry http://registry.npm.taobao.org/
```
 

### Yarn

查询当前配置的镜像
```
yarn config get registry
https://registry.yarnpkg.com
```

设置成淘宝镜像
```
yarn config set registry http://registry.npm.taobao.org/
```

以上是关于markdown 配置纱线和npm的主要内容,如果未能解决你的问题,请参考以下文章

为啥 npm list 在添加纱线后会显示缺失和无关的错误?

markdown 纱线纱线上的火花与纱线簇

npm审计有纱线替代品吗?

强制在纱线之前运行 npm install ?

纱线中最接近“npm ci”的是啥

react-native:从纱线切换到 npm