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

Adapt to current version of react

Open AmrAhmedA opened this issue 4 years ago • 3 comments

While installing react-typical using the react version 17.0.2, I stumbled upon the following error, it seems that your library needs an older version of react/NPM to function properly. So I need to downgrade my package so it can works fine. any other solution would be appreciated. personal_portfolio

AmrAhmedA avatar Jan 27 '22 11:01 AmrAhmedA

While installing react-typical using the react version 17.0.2, I stumbled upon the following error, it seems that your library needs an older version of react/NPM to function properly. So I need to downgrade my package so it can works fine. any other solution would be appreciated. personal_portfolio

Did you find any solution?

Rashed360 avatar Feb 12 '22 02:02 Rashed360

While installing react-typical using the react version 17.0.2, I stumbled upon the following error, it seems that your library needs an older version of react/NPM to function properly. So I need to downgrade my package so it can works fine. any other solution would be appreciated. personal_portfolio

Did you find any solution?

Yes, I found out that the problem lies in the react-typical package it's self, it's peer dependencies has an older version of react, basically it needs that old version of react to function properly, you can install it via this command $ npm i react-typical --legacy-peer-deps --legacy-peer-deps tells NPM to ignore peer deps and proceed with the installation. it might cause some unwanted behavior. but I have tested it myself and it works fine with no unwanted behaviors.

AmrAhmedA avatar Feb 19 '22 16:02 AmrAhmedA

While installing react-typical using the react version 17.0.2, I stumbled upon the following error, it seems that your library needs an older version of react/NPM to function properly. So I need to downgrade my package so it can works fine. any other solution would be appreciated. personal_portfolio

Did you find any solution?

Yes, I found out that the problem lies in the react-typical package it's self, it's peer dependencies has an older version of react, basically it needs that old version of react to function properly, you can install it via this command $ npm i react-typical --legacy-peer-deps --legacy-peer-deps tells NPM to ignore peer deps and proceed with the installation. it might cause some unwanted behavior. but I have tested it myself and it works fine with no unwanted behaviors.

Hi, I tried with $npm i react-typical --force. I see sometimes while rendering the timer running fast.

sridharrajaram avatar Feb 19 '22 22:02 sridharrajaram