react-virtualized icon indicating copy to clipboard operation
react-virtualized copied to clipboard

How to install ?

Open ServOKio opened this issue 4 years ago • 3 comments

Hello 👋, I have a simple question - how can I install ? I think I've met a problem that I can't figure out

F:\PC2\documents\React\pere>npm install react-virtualized
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
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@"^15.3.0 || ^16.0.0-alpha" from [email protected]
npm ERR! node_modules/react-virtualized
npm ERR!   react-virtualized@"^9.22.3" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\Wuwfm\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Wuwfm\AppData\Local\npm-cache\_logs\2022-03-11T00_26_42_819Z-debug-0.log

ServOKio avatar Mar 11 '22 00:03 ServOKio

Okay, I was able to install using --force, but now I have another question - how can I designate my key or something else? I have messages, the number of which is replenished, but when new ones are received, this is what happens: 2022-03-11_05-51 How can I fix this problem with height ? Maybe I should change something in CellMeasurerCache ?

ServOKio avatar Mar 11 '22 02:03 ServOKio

same issue. any update?

AftabFalak avatar Jun 10 '22 19:06 AftabFalak

same issue. any update?

npm install react-virtualized --force 🤷‍♀️

ServOKio avatar Jun 11 '22 12:06 ServOKio

I don't think it makes sense to start using a library that has no good support.

nemonemi avatar Oct 12 '22 14:10 nemonemi

Version 9.22.4 has been published with peer dependencies updated to include React 17 and 18. (No other changes from 9.22.3)

https://github.com/bvaughn/react-virtualized/releases/tag/v9.22.4

bvaughn avatar Apr 09 '23 13:04 bvaughn