You’re using NPM Scoped packages. They are private by default which requires paying NPM for a private account. If your package is public, you can use the --access=public
flag like this:
npm publish --access=public
You’re using NPM Scoped packages. They are private by default which requires paying NPM for a private account. If your package is public, you can use the --access=public
flag like this:
npm publish --access=public