Replies: 2 comments 1 reply
-
have you fixed the problem? |
Beta Was this translation helpful? Give feedback.
1 reply
-
try node 22.16 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tried to follow the recommendations here for my fork to open AFFiNE in codespace.
I did this locally by opening repo in a VS Code Dev Container.
After opening, VS Code builds the dev container image and runs the docker-compose setup
.devcontainer/docker-compose.yml
as 3 containers. On startup VS Code also runs./.devcontainer/setup-user.sh
and./.devcontainer/build.sh
in theapp
container.Once ready I opened a terminal within VS Code and ran
yarn dev
then selected@affine/dev
and expected a running web app locally.But instead I get this error:
Full console output
The last few lines of the `.devcontainer/build.sh` script output
What am I missing?
Same discussion title, different error: #6223
Beta Was this translation helpful? Give feedback.
All reactions