yarn add 7zip-bin not found
When trying to install 7zip-bin it does not find in package.

https://github.com/yarnpkg/yarn/issues/7902
Same thing happening with me last night. Any solutions for this?
Facing the same issue right now.
create a .npmrc file in root of your projects add this line in that file
registry=https://yarn.npmjs.org
There is some problem going on with npm registry where module names starting with a digit are getting failed while downloading.
create a .npmrc file in root of your projects add this line in that file
registry=https://yarn.npmjs.orgThere is some problem going on with npm registry where module names starting with a digit are getting failed while downloading.
This worked for me. Thank you so much!