Npm warn notsup fsevents Unsupported platform for [email protected], It’s a warning, not an error. It occurs because fsevents is an optional dependency, used only when project is run on macOS environment (the package provides ‘Native Access to Mac OS-X FSEvents’). And since you’re running your project on Windows, fsevents is skipped as irrelevant.
Is there a warning to install FSEvents in NPM?
If so, fsevents should not be installed, as it is a fantastically clean OSX package. If you run npm with the -loglevel=error option, you should no longer see these or other warnings. As far as I know, it is not possible to selectively reduce the number of warnings in npm. Thanks for your help. I want to hide information because TFS is interpreting this as an error.
How to avoid NPM install throwing FSEvents warning?
Linux system ignores fsevents when installed on Mac. Since the above error message is exactly what fsevents is, it is optional and will be forgotten during the installation process. You can install npm install Command -no-Optional on Linux systems to avoid the above warning.
Why is FSEvents excluded from npm install?
construction exception. info [email protected]: Platform “linux” may not be compatible with this module. critical info “[email protected]” is an additional dependency and no longer works. Check compatibility. construction exception. Hope this helps!
Why is yarn failing to install FSEvents While NPM succeeds?
It’s not a thread yet. It’s AWS giving you 404 for setup scripts that run during fsevents. Seems to work with all npm as it has been cached. If you try Yarn again, it may be due to a temporary server issue.
What is Fsevents npm?
The MacOS FSEvents API allows applications to register to receive notifications of changes to the mapped directory tree. It’s a slightly faster and lighter alternative to kqueue. A cross-platform file-based watcher using fsevents can be found at Chokidar.
How to update NPM depricated FSEvents in Node.js?
$ npm install -g nodemon npm WARNING deprecated [email protected]: update to help in 2.2.x version. Keeps warnings, not to mention errors, and removes the progress icon on endpoints that support it. Thanks for your answer on Stack Overflow!

Vijay is a tech writer with years of experience in the Windows world. He’s seen it all – from simple problems to catastrophic system failures. He loves nothing more than helping people fix their PCs, and he’s always happy to share his wisdom with anyone who needs it.
When Vijay isn’t fixing Windows problems, he likes to spend time with his wife and two young children. He also enjoys reading, playing cricket, and watching Bollywood movies.