Iamは このドキュメント ごとにbabel core 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: [email protected]
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
これはただのノイズなのかしら?または、誰かが知っているかもしれない回避策がある場合はどうなりますか?私はそれに関するいくつかのドキュメントを見ましたが、具体的なものは何もありません。
はい、これは予想されます。 fsevents
はOSXでのみサポートされているため、他のシステムではスキップされたというメッセージが表示されます。