gilbitron / Splashify

Beautiful desktop wallpapers
https://splashify.net
MIT License
287 stars 18 forks source link

cannot fetch dependencies due to 7zip-bin-mac on linux #2

Closed mohammadrafigh closed 7 years ago

mohammadrafigh commented 7 years ago

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.