npm安装依赖,加速,配置淘宝镜像 电脑版发表于:2022/10/20 22:42 **npm配置淘宝镜像** 这样执行就行 ``` npm install --force --registry=https://registry.npm.taobao.org ``` **npm加速可以考虑使用cnpm** 安装 ``` # powershell 管理员模式安装 npm install cnpm -g --registry=https://registry.npmmirror.com # powershell 获取管理员权限,选择A set-ExecutionPolicy RemoteSigned ``` 使用 ``` cnpm i ```