eschutho edited a comment on issue #11043: URL: https://github.com/apache/incubator-superset/issues/11043#issuecomment-723363316
According to [FsEvents](https://www.npmjs.com/package/fsevents), that is a known warning, but as per their docs it should just be a warning and should not fail the build, although I do see other people using that library and seeing errors in earlier versions of it. ``` I'm getting EBADPLATFORM Unsupported platform for fsevents error. It's fine, nothing is broken. fsevents is macos-only. Other platforms are skipped. If you want to hide this warning, report a bug to NPM bugtracker asking them to hide ebadplatform warnings by default. ``` I'm looking to see what has changed since you say this was working a while ago. What's your current status? We could set that module as an optionalDependency which should clear up the error. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
