create-react-app-typescript icon indicating copy to clipboard operation
create-react-app-typescript copied to clipboard

Unmet peer dependency with and yarn

Open axelo opened this issue 7 years ago • 1 comments

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

  1. npm ls react-scripts-ts (if you haven’t ejected): [email protected]
  2. node -v: v8.11.1
  3. yarn --version (if you use Yarn): 1.6.0

Operating system: macOS High Sierra

Steps to Reproduce

  1. create-react-app my-app --scripts-version=react-scripts-ts
  2. cd my-app
  3. rm -rf node_modules
  4. 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".

screen shot 2018-05-19 at 12 15 51

This did not happen on 2.13.0, would be nice if it was possible to fix the warnings.

axelo avatar May 19 '18 10:05 axelo

Same happens to me. Was able to fix some of them but I have this now: warnings Also, macOS High Sierra

claudiosegala avatar Aug 02 '18 12:08 claudiosegala