create-react-app-typescript
create-react-app-typescript copied to clipboard
Unmet peer dependency with and yarn
Just upgraded to 2.16.0 from 2.13.0 and now I get unmet peer dependencies warnings with yarn.
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Didn't try. I think this is irrelevant. I have 5.6.0
Which terms did you search for in User Guide?
unmet peer dependency
Environment
npm ls react-scripts-ts(if you haven’t ejected): [email protected]node -v: v8.11.1yarn --version(if you use Yarn): 1.6.0
Operating system: macOS High Sierra
Steps to Reproduce
- create-react-app my-app --scripts-version=react-scripts-ts
- cd my-app
- rm -rf node_modules
- yarn
Expected Behavior
No warnings about unmet peer dependency
Actual Behavior
warning "react-scripts-ts > [email protected]" has unmet peer dependency "babel-core@^6.0.0 || ^7.0.0-0". warning "react-scripts-ts > [email protected]" has unmet peer dependency "babel-core@6". warning "react-scripts-ts > [email protected]" has unmet peer dependency "babel-runtime@^6.23.0".
This did not happen on 2.13.0, would be nice if it was possible to fix the warnings.
Same happens to me. Was able to fix some of them but I have this now:
Also, macOS High Sierra