美文网首页
npm 操作的bug

npm 操作的bug

作者: 年轻人多学点 | 来源:发表于2020-03-17 13:51 被阅读0次
1. 执行命令npm publish报错:403 Forbidden - PUT https://registry.npmjs.org/kunmomotest2 - You cannot publish over the previously published versions: 0.0.1.
## 原因
不能在以前发布的版本上发布:0.0.1,所以我们需要升版本,更改包的package.json文件的版本号,然后重新发布

相关文章

  • npm 操作的bug

  • npm install

    建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 np...

  • code EINTEGRITY

    记录下bug。今天执行npm install时发现 执行 npm cache clean --force 无效执行...

  • 淘宝NPM镜像

    cnpm和npm一样的存在,不过是国人的npm解决了使用npm时的各种延迟,代理所产生的bug真爽。 npm in...

  • npm install 500 Internal Server

    bug 记录 项目引用了多个不同的registry的 npm包导致, 由于npm只能设置一个registry。所以...

  • npm install chromedriver --chrom

    npm install时出现以下问题 这是vue-cli的bug,解决办法是npm install chromed...

  • npm操作

    npm config set registry https://registry.npm.taobao.org -...

  • npm 操作

    1. 清空缓存 2. 查看本地模块版本 进入到工程目录下,执行: -p: 执行脚本并打印

  • npm操作

    npm所有者管理: npm登录: npm查看用户信息: 发布(包): npm撤销发布的包: npm退出: 初始化n...

  • npm操作

    npm init 初始化,创建package.jsonnpm install 安装模块(npm i...

网友评论

      本文标题:npm 操作的bug

      本文链接:https://www.haomeiwen.com/subject/btltyhtx.html