-
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
Could not find package XXX in the registry "npm". #7696
Comments
Same problem with "ignore-walk" package
|
Appears to be related to #7691 |
Same
|
I'm getting this in the UK. VPN does not affect it. I'm trying to use it with github package registry configured as such :
|
I don't understand how this work, but after |
That does not do anything for me. |
Same behaviour on yarn install, and npm install works as expected. Error: Couldn't find package "some packege" on the "npm" registry. VPN is configured. Node: 11.12 |
Same issue with react-navigation dependencies
|
I got it, in my case I just have to update react's cli tools... |
yarn already have a new update today :) |
Hey, guys. Seems to be the problems disappeared. Could somebody confirm that, please? |
I'm still getting this error with This works fine with npm.
|
@andrewoh531 I just ran into the same issue. I ended up removing |
Do you want to request a feature or report a bug?
I'm reporting a bug.
What is the current behavior?
I'm trying to set packages during the yarn add
If the current behavior is a bug, please provide the steps to reproduce.
I try to install packages during yarn add, but it seems that sometimes it returns me errors like "Could not find package" XXX "in the registry" npm ".
I had this problem last Saturday and I thought that I had problems with the system. Nevertheless, I was convinced that the problem is not on my side, as I tried to execute this command with two different machines (and different networks).
What is the expected behavior?
All packages should be installed correctly.
Please mention your node.js, yarn and operating system version.
Node: v8.16.2
Yarn 1.19.1
OS: macOS Mojave 10.14.6
The text was updated successfully, but these errors were encountered: