淘宝镜像域名切换
npm
查看原镜像地址
npm config get registry
修改镜像地址
npm config set registry https://registry.npmmirror.com
npm config set sass_binary_site https://npmmirror.com/mirrors/node-sass/
cnpm
查看原镜像地址
cnpm config get registry
修改镜像地址
cnpm config set registry https://registry.npmmirror.com
yarn
查看原镜像地址
yarn config get registry
修改镜像地址
yarn config set registry https://registry.npmmirror.com
yarn config set sass_binary_site https://npmmirror.com/mirrors/node-sass/
VSCode无法运行
管理员身份运行Windows PowerShell
set-ExecutionPolicy RemoteSigned
Y