Closed RRaideRR closed 2 years ago
Hi,
Have you tried upgrading your node version? It would be very helpful if you can test this with node v16. Node v16 is the current LTS version.
I also experienced this problem. I believe I was using node v18 at the time.
Two options that worked for our project:
yarn.lock
(i.e. regenerating it)We ultimately went with the Yarn 3 option.
Hi,
Have you tried upgrading your node version? It would be very helpful if you can test this with node v16. Node v16 is the current LTS version.
Hi @santhoshvai and thanks for giving me a helping hand here.
I updated node to version v16.15.0
and the issue is still persists.
I also experienced this problem. I believe I was using node v18 at the time.
Two options that worked for our project:
- Deleting
yarn.lock
(i.e. regenerating it)- Migrating to Yarn 3
We ultimately went with the Yarn 3 option.
Hi @GregAtFramework and thanks for your help!
I always had the impression that deleting yarn.lock
is something that you should avoid. However, after deleting yarn.lock
and running yarn install
again, I was able to install stream-chat-expo
. So that works! Thank you all!
Describe the bug I'm getting an "JavaScript heap out of memory" error when trying to install
stream-chat-expo
. A colleague of mine also experiences that issue with our current project. However, when I start a fresh project, it works as expected.Right now I don't know what the cause of the issue is and how I can further investigate on it. So I welcome any help or hints :-).
Dev environment info (please complete/provide the following information): My current package.json
Additional context Full stacktrace from
expo install stream-chat-expo
: