chatengine-io / react-chat-engine

React component for a cheap and easy chat API
137 stars 35 forks source link

ERESOLVE: unable to resolve dependency tree during npm install #145

Closed OkoliEvans closed 1 year ago

OkoliEvans commented 2 years ago

chatbox err

I am getting the above error when I try to install react chat engine. The react version is 18.0.0. I installed react-chat-engine --legacy-peer-deps, and I got an error 'module not found, could not resolve react-chat-engine'.

OkoliEvans commented 2 years ago

Another issue I encounter is on the chatengine.io website. I forgot my password, I have been requesting a reset on the forgot password link, but I never get any mails. issuePWReset

ayushbh2020 commented 1 year ago

@OkoliEvans Did you solve this ever?

alamorre commented 1 year ago

Hey I added the following line to package.json

"peerDependencies": {
    "react": "^16.8.0 || ^17.0.1 || ^18.0.0"
},

Should support react 18.0.0 and up now!

OkoliEvans commented 1 year ago

Awesome. But I tried logging in to your website, it doesn't authenticate my credentials, and it doesn't send reset link too. I was able to register only, and it kept charging me monthly payments for some months... even though the payments have now stopped.

On Thu, Dec 8, 2022, 4:26 AM Adam La Morre @.***> wrote:

Hey I added the following line to package.json

"peerDependencies": { "react": "^16.8.0 || ^17.0.1 || ^18.0.0" },

Should support react 18.0.0 and up now!

— Reply to this email directly, view it on GitHub https://github.com/chatengine-io/react-chat-engine/issues/145#issuecomment-1341936998, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWWQRUMSH5B5EQ7MBHKXHZLWMFIO7ANCNFSM57PU5VEQ . You are receiving this because you were mentioned.Message ID: @.***>