Open
Description
When running npm install
in ui/frontend
i get the following error:
npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: fsevents@1.0.12
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: linux
npm ERR! notsup Actual Arch: x64
As mentioned in the github repos of fsevents fsevents/fsevents#134, fsevents is OSX only. I'm not sure how to proceed :)