React v17
See original GitHub issueHi!
First of all, thanks for your lib.
npm i @eo-locale/react --save
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: react-eo-locale@0.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! react@"17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0" from @eo-locale/react@1.4.14
npm ERR! node_modules/@eo-locale/react
npm ERR! @eo-locale/react@"*" from the root project
I suppose it should be something like "react": ">= 16.8.0"
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
React v17.0 – React Blog
React v17.0. October 20, 2020 by Dan Abramov and Rachel Nabors. Today, we are releasing React 17! We've written at length about the...
Read more >What is New in React v17? - CODERSERA
1. React v17 Allows Gradual React Upgrades · The application may work well when you update your entire application from React 15 to...
Read more >Upgrading to React 17 - Medium
We finally upgraded our app to React v17 from v16. The v17 was released almost 3 years after the previous major release.
Read more >react - npm
The react package contains only the functionality necessary to define React components. It is typically used together with a React renderer like ...
Read more >React 16 vs. React 17 | NextLink Labs
High Level Changes · Partial upgrade support · Supports the latest version of JSX · Supports nesting multiple react apps on the same...
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
I have fixed peer deps, will publish new version a bit later
Hi! Try this:
npm i @eo-locale/react --save --legacy-peer-deps