4

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: fsevents@1.2.4
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4

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.

logos_164
  • 736
  • 1
  • 13
  • 31

1 Answers1

16

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.

loganfsmyth
  • 156,129
  • 30
  • 331
  • 251