从文档中不清楚 Verdaccio 代理是什么。
@acme/foo
如果我为Verdaccio设置代理并尝试发布@acme/foo
,我该如何配置行为以及默认值是什么?有三种明显的可能性,但文档中没有涵盖它们,
- 发布被拒绝
- 发布被代理。
- 发布是在本地完成的,不会代理进一步的请求。
我更喜欢第三个选项,但是当我尝试发布到代理的包时,我在 npm 中得到了这个,
npm ERR! code EPUBLISHCONFLICT
npm ERR! publish fail Cannot publish over existing version.
npm ERR! publish fail Update the 'version' field in package.json and try again.
npm ERR! publish fail
npm ERR! publish fail To automatically increment version numbers, see:
npm ERR! publish fail npm help version
npm ERR! A complete log of this run can be found in:
npm ERR! /home/ecarroll/.npm/_logs/2021-11-11T18_45_39_813Z-debug.log