develar / 7zip-bin

7-Zip precompiled binaries
MIT License
117 stars 33 forks source link

yarn add 7zip-bin not found #9

Open xAgustin93 opened 4 years ago

xAgustin93 commented 4 years ago

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

Captura de pantalla 2020-02-12 a las 0 27 47

dbjorge commented 4 years ago

https://github.com/yarnpkg/yarn/issues/7902

imrans110 commented 4 years ago

Same thing happening with me last night. Any solutions for this?

harshil-darji commented 4 years ago

Facing the same issue right now.

imrans110 commented 4 years ago

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.

harshil-darji commented 4 years ago

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.

This worked for me. Thank you so much!