celo-org / celo-composer

celo-composer is a starter project with all code needed to build, deploy, and upgrade a dapps on Celo.
MIT License
116 stars 105 forks source link

[Bug]: npm i goes into an error #191

Closed recykle closed 6 months ago

recykle commented 1 year ago

Which Framework?

Angular

What happened?

When running the npm i command, it ends with an error:

npm ERR! npm ERR! npm ERR! npm WARN Could not resolve dependency: npm ERR! npm ERR! npm ERR! npm WARN peer @celo/phone-number-privacy-signer@"^2.0.2" from @celo/phone-number-privacy-combiner@3.0.0-dev npm ERR! npm ERR! npm ERR! npm WARN packages/phone-number-privacy/combiner npm ERR! npm ERR! npm ERR! npm WARN @celo/phone-number-privacy-combiner@3.0.0-dev npm ERR! npm ERR! npm ERR! npm WARN node_modules/@celo/phone-number-privacy-combiner npm ERR! npm ERR! npm ERR! npm ERR! code E404 npm ERR! npm ERR! npm ERR! npm ERR! 404 Not Found - GET https://registry.npmjs.org/@celo%2fphone-number-privacy-signer - Not found npm ERR! npm ERR! npm ERR! npm ERR! 404 npm ERR! npm ERR! npm ERR! npm ERR! 404 '@celo/phone-number-privacy-signer@^2.0.2' is not in this registry.

looks like this library @celo/phone-number-privacy-signer@"^2.0.2 is kinda corrupted/not existing

Steps to reproduce

npm i

Anything else?

No response