create-react-app: On MacOS I'm getting "warning react-scripts > fsevents@2.0.6: Please update: there are crash fixes"
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 π
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 36
- Comments: 17
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! π
I am facing the same issue on windows too.