设置NPM的镜像
查询当前使用的镜像源
npm get registry
设置为淘宝镜像源
npm config set registry https://registry.npmmirror.com/
还原为官方镜像源
npm config set registry https://registry.npmjs.org/
LeetCode【0019】删除链表的倒数第N个结点
阅读 17
2024-11-13
npm get registry
npm config set registry https://registry.npmmirror.com/
npm config set registry https://registry.npmjs.org/
相关推荐
精彩评论(0)