fsevents可选依赖项返回与系统不兼容

时间:2018-05-27 02:35:03

标签: babeljs fsevents

我按this documentation安装babel核心6.26.0,除了以下错误外,一切顺利:

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

我想知道这只是噪音吗?或者,如果有人可能知道的解决方法?我已经看到了一些关于它的文档,但没有具体的内容。

1 个答案:

答案 0 :(得分:16)

是的,这是预料之中的。 fsevents仅在OSX上受支持,因此在任何其他系统上,您都会看到一条已被跳过的消息。