wp-react-plugin
wp-react-plugin copied to clipboard
npm install dev fails on os x
When trying to install the dev dependencies on os x it errors out due to inotify being linux only.
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: 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
I ran into other issues when trying to build in my docker environment as well.
Sorry it's taken so long to reply to this.
I just tried installing this on macOS Sierra this morning and there were no errors inotify. Could you perhaps try again as there have been updates to this boilerplate plugin.
If you're still seeing errors I'm not sure why I can't reproduce, although I'm not using docker so this could have something to do with it?