-
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
Couldn't find package "[PACKAGE_NAME]" on the "npm" registry #7691
Comments
In the log you could see a line: "Request "https://registry.yarnpkg.com/set-value" finished with status code 404". |
Same problem here! |
Вообще не смешно. Not funny at all. Again this demons (Роспотребнадзор) ! |
yarn install fails with error:
but when I get info about "create-react-class" yarn works:
|
Issue was caused by Russian Federation internet access restrictions. |
Thanks a lot. |
I'd reopen this to ask someone of contributors about how it is blocked and maybe how to avoid it. |
yup, got the same problem. My production deploys are based on yarn and now i can't do anything(( |
Guys, this is definitely not blocking or something like that. Because:
Also everything works just fine with some russian providers. You need to check what is happens on server side. I am testing this issue by getting verbose from successful run, getting all links from there and test it with curl:
|
Maybe some issues with СОРМ? Товарищъ майор не успевает просматривать все запросы |
Once again - HTTPS is working. You are getting correct server response with correct server sertificate - not broken pipe or some SSL related error. |
But СОРМ still mirroring and saving all the traffic nonetheless, I think |
Yep, but it can't be decrypted and also СОРМ can't send you fake server response protected with encryption. Or it can only after successful MITM attack on every clients in Russia. Like there was some kind of dumb act in Kz where government tried to make everybody install "government" ssl certificate - this certificate was banned by mozilla like 2 days later and week later they said "Ok, this government-powered MITM failed, carry on like there is nothing happened..." Also there is no issues with several russian providers like IHC. This issue needs to be investigated on server side. |
Don't have this problem from npm? |
I have the same problem but it appears quite randomly. |
This problem with NPM AWS bucket. Please provide the following, so we can investigate. npm whoami (first time and after providing logs) |
Now its working! Thanks everyone |
Hey, guys. Seems to be the problems disappeared. Could somebody confirm that, please? |
I can confirm from my side, didn't see error happen during this week |
I'm having the same issue, any fixes? |
I'm having the same issue even when I enable a VPN !? |
Same issue here. Any idea? |
Same issue with me now, random packages, doesn't work even with VPN |
https://status.npmjs.org/incidents/cksjqc1w11v5 this is some npm registry issue |
npm registry is fixed now and working perfectly. |
Working +1 |
I believe I still run into the same issue. Given There is HTTPS bump (bloody enterprise huh) Example or error messages: |
I was also getting this error. We have a local company repo. I was able to set the registry setting for yarn correctly, proxy was working fine too. But still yarn was not able to get anything from the registry. I think yarn was not picking the auth token from npmrc config. _auth to sametoken |
Please do not close this issue as duplicate - it's not the same as #3645 or #2611 or #6029
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Sometimes on executing "yarn install" or "yarn add [PACKAGE_NAME]" I get an error message - Couldn't find package "[PACKAGE_NAME]" on the "npm" registry.
[PACKAGE_NAME] is random on each run.
The first time the problem appeared yesterday morning.
I have not changed the package.json or .npmrc, .yarnrc since September.
Logs for "yarn install --registry https://registry.npmjs.org --verbose":
npmjs-registry.log
Logs for "yarn install --registry https://registry.yarnpkg.com --verbose":
yarnpkg-registry.log
If the current behavior is a bug, please provide the steps to reproduce.
package.json of my project:
https://github.com/raman-kazhadub/yarn
What is the expected behavior?
Install all packages with no errors.
Please mention your node.js, yarn and operating system version.
yarn: 1.19.1
node: v10.15.3
OS: Microsoft Windows 10 Enterprise 10.0.17134 Build 17134
The text was updated successfully, but these errors were encountered: