react-currency-formatter icon indicating copy to clipboard operation
react-currency-formatter copied to clipboard

is this module only support [email protected]?

Open fxavierho123 opened this issue 3 years ago • 3 comments

Getting this issue when trying to install.

Could not resolve dependency:
peer react@"16.x" from [email protected]
node_modules/react-currency-formatter
  react-currency-formatter@"*" from the root project

fxavierho123 avatar Sep 02 '22 02:09 fxavierho123

You can force like:

npm i react-currency-formatter --save --force

And if you use typescript force type too :

npm i --save-dev @types/react-currency-formatter --force

Works for me on Next.js 13

gysenlionel avatar Jan 11 '23 21:01 gysenlionel

You can force like:

npm i react-currency-formatter --save --force

And if you use typescript force type too :

npm i --save-dev @types/react-currency-formatter --force

Works for me on Next.js 13

worked for me too. Tnx man

Ganzorig2022 avatar Jan 18 '23 10:01 Ganzorig2022

As you have mentioned for typescript it not working would you check out this While resolving: [email protected] 23:47:47.961 | npm ERR! Found: [email protected] 23:47:47.962 | npm ERR! node_modules/react 23:47:47.962 | npm ERR! react@"18.2.0" from the root project 23:47:47.962 | npm ERR! peer react@">=16.8.0" from @dnd-kit/[email protected] peer react@"16.x" from [email protected] 23:47:47.962

keshri95 avatar Mar 05 '23 06:03 keshri95