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.

Hi!

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:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
pret-a-portercommented, Apr 20, 2021

I have fixed peer deps, will publish new version a bit later

0reactions
sayutinavcommented, Apr 20, 2021

Hi! Try this: npm i @eo-locale/react --save --legacy-peer-deps

Read more comments on GitHub >

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

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