On MacOS I'm getting "warning react-scripts > fsevents@2.0.6: Please update: there are crash fixes"
See original GitHub issueOn MacOS, when running npx create-react-app foo
I’m getting
warning react-scripts > fsevents@2.0.6: Please update: there are crash fixes
warning "react-scripts > @typescript-eslint/eslint-plugin@1.6.0" has unmet peer dependency "typescript@*".
warning "react-scripts > @typescript-eslint/parser@1.6.0" has unmet peer dependency "typescript@*".
warning "react-scripts > @typescript-eslint/eslint-plugin > @typescript-eslint/typescript-estree@1.6.0" has unmet peer dependency "typescript@*".
warning "react-scripts > @typescript-eslint/eslint-plugin > tsutils@3.10.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev".
There probably are various options of resolving this, and also it seems the warnings can be ignored, but it would be nice if the create-react-app
command would run cleanly 😀
Issue Analytics
- State:
- Created 4 years ago
- Reactions:36
- Comments:17
Top Results From Across the Web
How to solve npm install throwing fsevents warning on non ...
Essentially the error is checking against your operating system and the operating system calling the node module, in my case the two operating ......
Read more >[warning] the runtime detected new informations in a pnp ...
I'm using <Link> for pages generated from WordPress posts by createPages , and the links works just fine, but I am getting the...
Read more >Updates
1 fixes a crash that might occur if you removed a project while the Build pane was open. Component Updates: Autoprefixer, 10.4.7. Babel,...
Read more >0.1.7 | Explore Tumblr Posts and Blogs
Kamal Mostafa created a patch that fixes the fldigi crash: Rigs like the ... to MyDocs folder).7 Is there a way to get...
Read more >How to solve npm install throwing fsevents warning on non ...
Following warning is being thrown on npm install command - npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\rea ...
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 FreeTop 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
Top GitHub Comments
This will be fixed in the next release, see #7131
So, the pasted is a warning. Ideally, create-react-app would come out with an update that fixes this. Searching, the first https://github.com/facebook/create-react-app/pulls?utf8=✓&q=is%3Apr+fsevents hit is a fix that has been merged. So we’re probably just waiting for a new release of CRA. Release early, release often! 🙏