yarn add 7zip-bin not found
xAgustin93 opened this issue · 5 comments
xAgustin93 commented
dbjorge commented
imrans110 commented
Same thing happening with me last night. Any solutions for this?
harshil-darji commented
Facing the same issue right now.
imrans110 commented
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
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!