question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

On MacOS I'm getting "warning react-scripts > fsevents@2.0.6: Please update: there are crash fixes"

See original GitHub issue

On 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:closed
  • Created 4 years ago
  • Reactions:36
  • Comments:17

github_iconTop GitHub Comments

6reactions
rifelpetcommented, Jul 6, 2019

This will be fixed in the next release, see #7131

1reaction
sesamcommented, Jul 25, 2019

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! 🙏

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found