NPM WARN Unsupported platform for fsevents@1.1.3 ?
See original GitHub issueVersions
<!--
Output from: `ng v1.5.2`.
output from: `node v8.9.1` and `npm v5.5.1`.
Windows 7
-->
Repro steps
- Step 1 : npm install -g @angular/cli
- Step 2 : NPM WARN Unsupported platform for fsevents@1.1.3
- Step 3
Observed behavior
<!--
<img width="726" alt="capture" src="https://user-images.githubusercontent.com/25393048/33001076-4524761c-cdde-11e7-96c3-868dc979ac46.PNG">
-->
Desired behavior
Mention any other details that might be useful (optional)
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Npm error unsupported platform for fsEvents when deploying ...
This was failing when I was running npm install from within maven-frontend-plugin. I resolved the issue using the command npm i -f (...
Read more >Unsupported platform for fsevents@1.0.14: wanted {"os":"
windows 10 node 5.12.0 npm 3.10.8 I'm trying to build an angular project from the sources based on this instruction. However, when running...
Read more >Unsupported platform for fsevents Error on old project
Hello, I try to run my old laravel 5.5 and got a lot of errors on npm install like: ... npm WARN rollback...
Read more >[Docker Course 4-13] Issue on npm install step
Hello there, I've facing an issue while installing the app dependencies, returning an user permission denied while accessing the /app ...
Read more >Error: Cannot find module 'minimist' - Google Groups
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You can ignore this warning. fs-events is required on macOS
adding this to package.json solved the problem for me