Publishing packages

Publishing packages

To publish a package:
npx verdaccio-openid@latest --registry http://your-registry.com
npm publish --registry https://your-registry.com


Info:
EPUBLISHCONFLICT
Verdaccio is a proxying package manager. Packages are checked against npmjs registry before being published. For this reason, publishing packages that already exist on npmjs will result in a EPUBLISHCONFLICT error. See GitHub issue 1203 for a workaround.