摘要:
使用淘宝镜像源加速 NPM 最新的 npm config set registry https://registry.npmmirror.com 之前的 npm config set registry https://registry.npm.taobao.org 使用腾讯云镜像源加速 NPM np 阅读全文
摘要:
全局安装pnpm后出现 , pnpm : 无法加载文件 C:\Users\AppData\Roaming\npm\pnpm.ps1,因为在此系统上禁止运行脚本。。 解决办法: 以超级管理员打开powershell set-ExecutionPolicy RemoteSigned 输入y 回车则可。 阅读全文