当前位置 : 主页 > 手机开发 > 其它 >

babeljs – fsevents可选的依赖返回与系统不兼容

来源:互联网 收集:自由互联 发布时间:2021-06-22
我每 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
我每 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

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

是的,这是预料之中的. fsevents仅在OSX上受支持,因此在任何其他系统上,您将看到一条已被跳过的消息.
网友评论