我正在尝试使用npx create-react-app first-react-app.
当它开始创建应用程序时,我每次都会收到以下警告。最后是创建一个应用程序。但原因是什么,我该如何永久解决这个问题?
这是所有日志:
yarn add v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.13: The platform "win32" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.2.1: The platform "win32" is incompatible with this module.
info "fsevents@2.2.1" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.1.3: The platform "win32" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency …Run Code Online (Sandbox Code Playgroud)