配置淘宝源
npm install --registry=https://registry.npm.taobao.org
使用淘宝源安装依赖
cnmp install
ide没有权限
- 右键VSCode,进入属性>兼容性,勾上以管理员身份运行
- win10系统中搜索PowerShell,以管理员身份运行Windos PowerShell
- 打开后运行set-ExecutionPolicy RemoteSigned,然后更改权限为A
- 完成,需要重启VSCode
2024-02-11 14:50:58
配置淘宝源
npm install --registry=https://registry.npm.taobao.org
使用淘宝源安装依赖
cnmp install
ide没有权限