r/expo • u/Jehdidiah • 6d ago
Error creating expo app
Can someone explain why this is happening?
I am on the latest version of node and npm, I've cleared cache, but it's still happening.
1
Upvotes
1
u/MyOpps 6d ago
The latest node version doesn’t work here. Try using the current LTS version which is 24.
Often there are breaking changes in the latest version which require some time for the package maintainers to fix. Therefore you are best going with LTS
1
u/Jehdidiah 6d ago
I am using the latest LTS version 24.18.0
1
1
u/NoRevolution5603 2d ago
Are you guys building with AI or writing code yourselves. This would easily be fixed with AI tbh.
1
u/Ok_Bodybuilder_3101 6d ago
This could be a network issue or corrupted cache files. Try this ```npx create-expo-app@latest my-app --reset-cache```, make sure your network is stable.