随笔分类 -  node

摘要:1 下载地址 https://github.com/coreybutler/nvm-windows/releases 2 安装到创建的路径,方便操作: 3 安装目录下setting文件,可选择设置镜像源地址: node_mirror: https://npm.taobao.org/mirrors/n 阅读全文
posted @ 2022-06-29 15:46 蘇大锤 阅读(181) 评论(0) 推荐(0)
摘要:1 查看npm镜像源的地址 : npm config get registry 2 设置npm镜像源为淘宝 : npm config set registry https://registry.npm.taobao.org 3 还原npm官方默认源 : npx nrm use npm 或者 npm 阅读全文
posted @ 2022-06-27 23:41 蘇大锤 阅读(5240) 评论(1) 推荐(0)