fsevents optional dependency returns not compatible with system

logos_164 picture logos_164 · May 27, 2018 · Viewed 8k times · Source

Iam installing babel core 6.26.0 per this documentation, everything goes smoothly except for the following error:

npm WARN optional Skipping failed optional dependency /babel-cli/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]

I'm wondering if this is just noise? Or if there is a workaround someone might know of? I've seen some documentation around it but nothing concrete.

Answer

loganfsmyth picture loganfsmyth · May 27, 2018

Yes, this is expected. fsevents is only supported on OSX, so on any other system you'll see a message that it has been skipped.