-
Notifications
You must be signed in to change notification settings - Fork 332
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
Unhandled rejection: Error 401 #278
Comments
Yes! Can you try the Documented in the README. |
Ah, sorry I missed that in the README. Yes, that does work! Although, I wonder if |
Great! Yes, there are some usability improvements that could be made so this is more graceful. Allowing ncu to continue to check other packages sounds good. If this is run in upgrade mode though I'm not sure if it should go ahead and modify the package.json or error out. I will mark this issue as enhancement. There are some actual bugs that take priority, but this could be a good candidate for a pull request from a new contributor. |
Hey @rainorshine is this handled differently now or is the |
Same behavior |
I have a dependency that's published to a local artifactory instance. For some reason (probably unrelated to ncu), I get an
Unhandled rejection
error:If I manually remove this dependency from
package.json
and then re-runncu
it works as expected. Would it be possible to have ncu handle this rejection and continue checking the other dependencies?The text was updated successfully, but these errors were encountered: