-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
np fails to publish package on verdaccio due to missing collaborators file? #581
Comments
@sindresorhus Any idea what is causing this? |
If you use a third-party npm registry, you're on your own. I'm happy to merge workarounds within reason, but it's not something I plan to spend time on. |
The issue is not the registry. The package can be published with
|
This is related to #420.
Maybe this could be potential solution? |
Closing in favor of #420 |
I recently received some error when I tried to publish a package to Verdaccio. It durate a long time and after a while np throwed
But on verdaccio the following is logged:
I assume it might have to do something with this line:
np/source/prerequisite-tasks.js
Line 39 in b519201
Using
npm publish
works perfect, as seen below:Used np version: 6.3.2 - Also tested on 7.0.0 - None of them worked.
Verdaccio: 4.5.1
The text was updated successfully, but these errors were encountered: