使用国内源
# 查询当前使用的镜像源
npm get registry
# 设置为淘宝镜像源
npm config set registry https://registry.npmmirror.com/
# 还原为官方镜像源
npm config set registry https://registry.npmjs.org/
sql.js
npm install sql.js
如何使用Spring Cloud Gateway实现一个最简单的API网关示例
阅读 19
2024-11-11
# 查询当前使用的镜像源
npm get registry
# 设置为淘宝镜像源
npm config set registry https://registry.npmmirror.com/
# 还原为官方镜像源
npm config set registry https://registry.npmjs.org/
npm install sql.js
相关推荐
精彩评论(0)