Yarn: Could not find package XXX in the registry "npm".

Created on 18 Nov 2019  路  13Comments  路  Source: yarnpkg/yarn

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).

[1/4] 馃攳  Resolving packages...
error Couldn't find package "dns-txt" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Error: Couldn't find package "cookie-signature" on the "npm" registry.
    at MessageError.ExtendableBuiltin (/usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:721:66)
    at new MessageError (/usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:750:123)
    at NpmResolver.<anonymous> (/usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:50683:15)
    at Generator.next (<anonymous>)
    at step (/usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:304:30)
    at /usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:315:13
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:189:7)

What is the expected behavior?

All packages should be installed correctly.

  "private": true,
  "dependencies": {
    "@babel/preset-react": "^7.7.0",
    "@rails/actioncable": "^6.0.0",
    "@rails/activestorage": "^6.0.0",
    "@rails/ujs": "^6.0.0",
    "@rails/webpacker": "^4.2.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "cookie-signature": "^1.1.0",
    "dns-txt": "^2.0.2",
    "prop-types": "^15.7.2",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-on-rails": "11.3.0",
    "react-redux": "^7.1.3",
    "redux": "^4.0.4",
    "turbolinks": "^5.2.0"
  },
  "version": "0.1.0"

Please mention your node.js, yarn and operating system version.
Node: v8.16.2
Yarn 1.19.1
OS: macOS Mojave 10.14.6

Most helpful comment

I'm still getting this error with @types/storybook__react. The package is deprecated but I'm trying to pull down a previous version.

This works fine with npm.

error Couldn't find package "storybook__react@*" required by "@types/storybook__react@*" on the "npm" registry.

All 13 comments

Same problem with "ignore-walk" package

verbose 1.606 Performing "GET" request to "https://registry.npmjs.org/ignore-walk". verbose 1.631 Request "https://registry.npmjs.org/ignore-walk" finished with status code 404. verbose 1.718 Error: Couldn't find package "ignore-walk" on the "npm" registry. error Couldn't find package "ignore-walk" on the "npm" registry.

Appears to be related to #7691

Same

error Couldn't find package "simple-assign" on the "npm" registry.
error Couldn't find package "normalize-range" on the "npm" registry.
error Couldn't find package "create-react-class" on the "npm" registry.
and others...

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 :

registry=https://npm.pkg.github.com/OWNER

I don't understand how this work, but after yarn init I can install all packages.

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
Yarn 1.19.1
Win 10

Same issue with react-navigation dependencies
Another issue with react-scripts dependencies eg.

error Couldn't find package "@typescript-eslint/eslint-plugin@^2.2.0" required by "react-scripts" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Aborting installation.
yarnpkg add --exact react react-dom react-scripts --cwd /home/chucho/nodedocs/javascript_fullstack/frontend/ejemplos_vue-react/react-eventos has failed.

I got it, in my case I just have to update react's cli tools...
Thats fixed it :v

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 @types/storybook__react. The package is deprecated but I'm trying to pull down a previous version.

This works fine with npm.

error Couldn't find package "storybook__react@*" required by "@types/storybook__react@*" on the "npm" registry.

@andrewoh531 I just ran into the same issue. I ended up removing @types/storybook__react and a deprecated package that was depending on it. I think it was knob_addons types.

Was this page helpful?
0 / 5 - 0 ratings