Skip to content
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

NPM Registry problem: '@wry/equality@^0.2.0' is not in the npm registry. - CRITIC #6787

Closed
MihaiSandor opened this issue Aug 6, 2020 · 7 comments

Comments

@MihaiSandor
Copy link

OS: Ubuntu 20.04
NodeJS Version: v14.7.0
NPM Version: 6.14.7

$ npm install @apollo/client
$ yarn add @apollo/client

Error from npm is the same with error from yarn.
Couldn't find package "@wry/context@^0.5.2" required by "@apollo/client@^3.0.2" on the "npm" registry.

$ curl -v https://registry.npmjs.org/@wry%2fequality
{"error":"Not found"}

@ignashevich
Copy link

ignashevich commented Aug 6, 2020

Same issue.

verbose 3.025188565 Error: Couldn't find package "@wry/equality@^0.2.0" required by "@apollo/client@^3.1.2" on the "npm" registry.
    at MessageError.ExtendableBuiltin (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:721:66)
    at new MessageError (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:750:123)
    at PackageRequest.<anonymous> (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:36539:17)
    at Generator.throw (<anonymous>)
    at step (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:310:30)
    at /usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:323:13
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
error Couldn't find package "@wry/equality@^0.2.0" required by "@apollo/client@^3.1.2" on the "npm" registry.

@eDubrovsky
Copy link

eDubrovsky commented Aug 6, 2020

Same issue!

[1/4] 🔍  Resolving packages...
error Couldn't find package "@wry/context@^0.5.2" required by "@apollo/client@^3.1.2" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Error: Couldn't find package "@wry/equality@^0.2.0" required by "@apollo/client@^3.1.2" on the "npm" registry.
    at MessageError.ExtendableBuiltin (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:721:66)
    at new MessageError (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:750:123)
    at PackageRequest.<anonymous> (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:36539:17)
    at Generator.throw (<anonymous>)
    at step (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:310:30)
    at /usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:323:13
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

Error: Couldn't find package "@wry/context@^0.5.2" required by "optimism@^0.12.1" on the "npm" registry.
    at MessageError.ExtendableBuiltin (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:721:66)
    at new MessageError (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:750:123)
    at PackageRequest.<anonymous> (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:36539:17)
    at Generator.throw (<anonymous>)
    at step (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:310:30)
    at /usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:323:13
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

@middric
Copy link

middric commented Aug 6, 2020

NPM Registry issue: npm/cli#1626

@rinatsafin
Copy link

rinatsafin commented Aug 6, 2020

same problem

yarn install v1.22.4
info No lockfile found.
[1/4] :mag:  Resolving packages...
warning antd > babel-runtime > core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning antd > rc-editor-mention > draft-js > fbjs > core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
error Couldn't find package "@wry/equality@^0.1.2" required by "apollo-utilities@^1.3.4" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: Couldn't find package "@wry/context@^0.4.0" required by "optimism@^0.10.0" on the "npm" registry.
    at MessageError.ExtendableBuiltin 

@rinatsafin
Copy link

I think fixed?

@rost21
Copy link

rost21 commented Aug 6, 2020

I think fixed?

Fixed in my case

@MihaiSandor
Copy link
Author

Fixed!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants