摘要: npm 查看当前镜像源: npm config get registry # https://registry.npmjs.org/ 修改当前镜像源: npm config set registry https://registry.npmjs.org/ cnpm 安装 cnpm: npm inst 阅读全文
posted @ 2022-05-28 22:01 除除 阅读(449) 评论(0) 推荐(0) 编辑