Skip to content

Fix fsevents not compiling on Mac OSX Catalina

Quoc Huy Nguyen Dinh requested to merge fix_for_mac into autoclave

The fsevents npm package is required on Mac OS X. However, since Catalina, it requires a higher version than what is in use. This fix, remaps the package and set the package as optional so it does not cause issue on other OS.

Merge request reports