随笔分类 - node
摘要:1 下载地址 https://github.com/coreybutler/nvm-windows/releases 2 安装到创建的路径,方便操作: 3 安装目录下setting文件,可选择设置镜像源地址: node_mirror: https://npm.taobao.org/mirrors/n
阅读全文
摘要:1 查看npm镜像源的地址 : npm config get registry 2 设置npm镜像源为淘宝 : npm config set registry https://registry.npm.taobao.org 3 还原npm官方默认源 : npx nrm use npm 或者 npm
阅读全文