-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Yarn upgrade-interactive not working when package name starts with @ #6727
Comments
I have a similar issue simply running |
Same issue here strange thing I'm getting an error also with npm i |
don't know if this issue relates to npm registry, but they seem to have a problem with scoped packages too: |
A workaround seems to be to logout of the registry, can someone check whether it works for you? On my side I couldn't reproduce the problem. |
I have never logged into npm :/ so it does not work for me. |
I don't know if this will help guys, but i got my setup working, i followed the following steps: I haven't used npm itself for a while but my npm setup seemed broken.
Everything works like it should. |
@markpradhan thanks for the info. |
I updated node (using |
Awesome communication ... |
I agree, we dropped the ball here, sorry. I'll publish an article explaining the situation and will post the link here as soon as it's live. |
with a nexus mirror for private and public modules you have to add an _auth key to the .npmrc file and set always-auth to true. But with @ scoped modules you have to go the the npm registry as nexus was not able to serve those modules by itself. So with that architectural change I guess we are sending an invalid token (the nexus one) and we are getting the 401 in the @ modules. What should we do here? I cant drop the _auth because of nexus PS: the npm login/logout is not working in this case |
here is what happened: https://blog.npmjs.org/post/180599338975/401-scoped-packages |
@fharper Thanks - can we however have a specific date for "soon"? One reason you might want to set one in stone now is that if we (the community as a whole, but Yarn in particular) know that a specific change is being rolled out we know how to triage and route potential issues we see. Additionally, with the holidays approaching, I'd also recommend you to make sure that you won't try rolling it out too close to the end of the year. My two cents 🙂 |
@arcanis as soon as I have more information from the product team, I'll let you know. |
Its fixes, and was occuring due to that infrastructure change on that time as per the @fharper |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
use the below dependents in package.json
and run yarn
then run upgrade-interactive
What is the expected behavior?
it should show the list of pacakges
Please mention your node.js, yarn and operating system version.
yarn
v1.12.3
OS Mac OS Mojave
10.14.1 (18B75)
node
v8.12.0
The text was updated successfully, but these errors were encountered: