Describe the bug
I cannot install this package on my Mac
npm install --save @dreamonkey/responsive-image-loader
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for @dreamonkey/responsive-image-loader@0.3.1: wanted {"os":"linux","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm ERR! notsup Valid OS: linux
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: darwin
npm ERR! notsup Actual Arch: x64
To Reproduce
Install using npm on mac
node v10.15.1 (npm v6.13.7)
Desktop (please complete the following information):
- OS: Mac 10.15
- Version 10.15.3
Describe the bug
I cannot install this package on my Mac
npm install --save @dreamonkey/responsive-image-loader
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for @dreamonkey/responsive-image-loader@0.3.1: wanted {"os":"linux","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm ERR! notsup Valid OS: linux
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: darwin
npm ERR! notsup Actual Arch: x64
To Reproduce
Install using npm on mac
node v10.15.1 (npm v6.13.7)
Desktop (please complete the following information):