-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
Publish failed when using 3.1.0 not 3.0.4 #317
Comments
Fails because of the npm name check module. --skip-name-check Skip validating the name check
skipNameCheck: {
type: 'boolean',
default: false
},
const isAvailable = cli.flags.skipNameCheck ? true : await npmName(pkg.name) |
How are you hosting it privately? Are you using a scoped package or normal package name? I would prefer to find a way to resolve this without adding yet another flag. |
Just with a verdaccio instance and it's a normal package name. |
This was referenced Feb 23, 2019
sindresorhus
pushed a commit
that referenced
this issue
Mar 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using a privately hosted repository and i go to publish using the 3.1.0 version it fails with a 403 response. However using the 3.0.4 works as expected. The below is all that is displayed.
The text was updated successfully, but these errors were encountered: