我需要将包发布到我的本地 npm(使用 verdaccio)
包名为:@myorg/database/auth
. 但是 npm 抛出错误:
npm ERR! Invalid name: "@myorg/database/auth"
npm ERR! A complete log of this run can be found in:
Error: Command failed: npm publish --tag latest --access public --registry=https://verdaccio-dev.myorg.io
我必须使用那个名字。是否有忽略或解决方法的选项?
包的名称由nrwl/nx生成。所以我不能改变它,因为它会改变整个项目结构。
我能做些什么?