Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typical is not installing in react-18 #85

Open
najmul009 opened this issue Jun 1, 2022 · 15 comments
Open

typical is not installing in react-18 #85

najmul009 opened this issue Jun 1, 2022 · 15 comments

Comments

@najmul009
Copy link

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

@bjornih
Copy link

bjornih commented Jun 12, 2022

You could install it with --force

npm i react-typical --force

@Algo-Tradings
Copy link

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

@prashant54singh
Copy link

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
Copy link

Thanks

@MohibUrRahmanNiazi
Copy link

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

@Vaidik1308
Copy link

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

@lucassarcanjo
Copy link

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.

@Vaidik1308
Copy link

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

@KyleJohnsonWebdev
Copy link

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

@Vaidik1308
Copy link

Vaidik1308 commented Mar 8, 2023 via email

@natbibi
Copy link

natbibi commented Mar 19, 2023

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

@vnikonov63
Copy link

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.

@rezzakali
Copy link

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

@CalebeCopello
Copy link

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;']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests