npm cannot fetch 7zip-bin-mac on linux and throws Unsupported platform error during npm install. for now I just removed it from package.json to be able to build the project and will revert it again. actually replacing with "7zip-bin" will handle 7zip-bin-win and 7zip-bin-mac and 7zip-bin-linux as optional dependencies and fetches the suitable one for platform.
Update:
ah ok I didn't see the yarn in project ok using yarn resolves the problem.
npm cannot fetch 7zip-bin-mac on linux and throws Unsupported platform error during npm install. for now I just removed it from package.json to be able to build the project and will revert it again. actually replacing with "7zip-bin" will handle 7zip-bin-win and 7zip-bin-mac and 7zip-bin-linux as optional dependencies and fetches the suitable one for platform.
Update: ah ok I didn't see the yarn in project ok using yarn resolves the problem.