-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Error running the app by following the installation guide with the default configuration #409
Comments
Must have something to do with bun using copyfile by default, whats odd is the file is there according to my file system I can cat it out etc, but it seems node has trouble reading? |
Interestingly this only happens if I'm in Make sure you install with copyfile or clonefile, not symlink. |
Thanks, I will give that a try |
@natew According to bun docs, bun uses copyfile by default in MacOS: https://bun.sh/docs/install/cache#saving-disk-space |
I will shift to Expo meanwhile |
I've followed the installation page and I have ran the following commands:
bunx one
bun install && bun dev
But I've go this error:
It seems like a critical issue as I cannot start the app by following the installation guide with the default configuration.
Here is the full output:
The text was updated successfully, but these errors were encountered: