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

typical is not installing in react-18

Open najmul009 opened this issue 2 years ago • 15 comments

I'm seeing this error

While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.1.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^15.0.0 || ^16.0.0" from [email protected] npm ERR! node_modules/react-typical npm ERR! react-typical@"*" from the root project

najmul009 avatar Jun 01 '22 18:06 najmul009

You could install it with --force

npm i react-typical --force

bjornih avatar Jun 12 '22 10:06 bjornih

You could use yarn instead of npm. That fixed my issue with react-typical.

Algo-Tradings avatar Jul 03 '22 16:07 Algo-Tradings

You could use yarn instead of npm. That fixed my issue with react-typical.

Could you tell the steps to switch from npm to yarn?

prashant54singh avatar Sep 02 '22 06:09 prashant54singh

https://stackoverflow.com/questions/62898770/how-do-i-switch-from-npm-to-yarn-in-my-project

eheath30 avatar Sep 28 '22 11:09 eheath30

Thanks

prashant54singh avatar Oct 03 '22 07:10 prashant54singh

Hi bro I insalled typical but show 0 pakg found And when i reunn my project nothing show in browser

MohibUrRahmanNiazi avatar Oct 18 '22 09:10 MohibUrRahmanNiazi

is there any alternative for the react-typical .............. because it is not working properly in my project {animation problem}

Vaidik1308 avatar Dec 17 '22 12:12 Vaidik1308

is there any alternative for the react-typical .............. because it is not working properly in my project {animation problem}

I found typed.js which is a JS solution (and has support to React). It also has a well-maintained GitHub repo.

lucassarcanjo avatar Jan 06 '23 03:01 lucassarcanjo

ok I'll try this thank you for providing this information.

Vaidik1308 avatar Jan 08 '23 06:01 Vaidik1308

End it with --legacy-peer-deps. This fixed the issue for me.

KyleJohnsonWebdev avatar Mar 08 '23 20:03 KyleJohnsonWebdev

Thank you for your response

On Thu, 9 Mar, 2023, 01:58 Kyle Johnson, @.***> wrote:

End it with --legacy-peer-deps. This fixed the issue for me.

— Reply to this email directly, view it on GitHub https://github.com/catalinmiron/react-typical/issues/85#issuecomment-1460834878, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXXKBHHGHMJI6S6PWAQIQT3W3DTVNANCNFSM5XSGKFLA . You are receiving this because you commented.Message ID: @.***>

Vaidik1308 avatar Mar 08 '23 20:03 Vaidik1308

Thank you for sharing typed.js, it works well but not with emojis in case anyone was thinking of using it

natbibi avatar Mar 19 '23 16:03 natbibi

Use --legacy-peer-deps flag while installing with npm i react-typical to ignore the peer-dependencies of the react-typical. Because in the package json of this library react 15 or 16 is allowed, and you have react 18.

vnikonov63 avatar May 04 '23 20:05 vnikonov63

When I installed it forcefully, work in local server, but not on production, I am using vercel

rezzakali avatar Aug 20 '23 10:08 rezzakali

Thank you for sharing typed.js, it works well but not with emojis in case anyone was thinking of using it

I could use emojis using its code. eg. strings: ['<i>First</i> sentence.', '&amp; a second sentence. &#128512;']

CalebeCopello avatar Oct 04 '23 19:10 CalebeCopello