develar/7zip-bin

yarn add 7zip-bin not found

xAgustin93 opened this issue · 5 comments

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

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

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