我正在尝试建立一个反应项目。但是,当我运行 npm install 时,它会引发此错误:
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for inotify@1.4.6: wanted {"os":"linux","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm ERR! notsup Valid OS: linux
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: darwin
npm ERR! notsup Actual Arch: x64
显然,我的 mac 不支持这个库。我希望一些解决方法可以解决这个问题,而不是删除这个库。 请建议我如何解决此问题。