is this module only support [email protected]?
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
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
You can force like:
npm i react-currency-formatter --save --forceAnd if you use typescript force type too :
npm i --save-dev @types/react-currency-formatter --forceWorks for me on Next.js 13
worked for me too. Tnx man
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