npm publish 时 报错 403 - In most cases, you or one of your dependencies are requestin
在 package.json 中 需要添加 npm仓库地址
"publishConfig": { "registry": "http://xxxxx.tech/repository/npm-hosted/" },
在 package.json 中 需要添加 npm仓库地址
"publishConfig": { "registry": "http://xxxxx.tech/repository/npm-hosted/" },