随笔分类 - npm相关
npm相关内容
摘要:您可以通过 npm 命令来查看 eslint-plugin-prettier 的所有可用版本。在命令行中运行以下命令: npm show eslint-plugin-prettier versions 这将列出 eslint-plugin-prettier 所有可用的版本号。您也可以使用 yarn:
阅读全文
摘要:1.查询当前镜像 // 1. 清空缓存 npm cache clean --force // 2. 切换新源 npm config set registry https://registry.npmmirror.com3.查看镜像npm config get registry4.查看完整的 npm
阅读全文