-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Comments
You could install it with --force
|
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? |
Thanks |
Hi bro |
is there any alternative for the react-typical .............. |
I found typed.js which is a JS solution (and has support to React). It also has a well-maintained GitHub repo. |
ok I'll try this |
End it with --legacy-peer-deps. This fixed the issue for me. |
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
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXXKBHHGHMJI6S6PWAQIQT3W3DTVNANCNFSM5XSGKFLA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you for sharing typed.js, it works well but not with emojis in case anyone was thinking of using it |
Use |
When I installed it forcefully, work in local server, but not on production, I am using vercel |
I could use emojis using its code. eg. |
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
The text was updated successfully, but these errors were encountered: