Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm publish needs a paid account #123

Open
hmntptwl opened this issue Apr 29, 2017 · 3 comments
Open

npm publish needs a paid account #123

hmntptwl opened this issue Apr 29, 2017 · 3 comments

Comments

@hmntptwl
Copy link

hmntptwl commented Apr 29, 2017

Hi
I want to verify whether
a paid account is compulsory for publishing my package.I am attaching a log here.
2017-04-29T15_40_08_454Z-debug.txt.
capture33

Or if there an option to locally publish a package.

@ashleygwilliams
Copy link
Contributor

hi! if you want to publish a scoped package and not pay you can use the --access public flag on the npm publish command to publish it as a public scoped package!

e.g. npm publish --access public

@ashleygwilliams
Copy link
Contributor

(you are getting this error because scoped packages have a default --access restricted which publishes the package as a private package which is a paid feature of npm)

@hmntptwl
Copy link
Author

Thanks it worked :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants