You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I cloned the repository and ran npm i, I got an error about an npm package called fsevents which does not support my operating system (Windows). Any ideas how to resolve this? Possibly replace with a cross-platform alternative like Chokidar?
npm warn old lockfile
npm warn old lockfile The package-lock.json file was created with an old version of npm,
npm warn old lockfile so supplemental metadata must be fetched from the registry.
npm warn old lockfile
npm warn old lockfile This is a one-time fix-up, please be patient...
npm warn old lockfile
npm error code EBADPLATFORM
npm error notsup Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin"} (current: {"os":"win32"})
npm error notsup Valid os: darwin
npm error notsup Actual os: win32
The text was updated successfully, but these errors were encountered:
I'm getting EBADPLATFORM Unsupported platform for fsevents error.
It's fine, nothing is broken. fsevents is macos-only. Other platforms are skipped. If you want to hide this warning, report a bug to NPM bugtracker asking them to hide ebadplatform warnings by default.
When I cloned the repository and ran
npm i
, I got an error about an npm package calledfsevents
which does not support my operating system (Windows). Any ideas how to resolve this? Possibly replace with a cross-platform alternative like Chokidar?The text was updated successfully, but these errors were encountered: