You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would indicate that the frontend client files have not been built. "ENOENT" is an OS error code which stands for "Error: No Entry" which means the file was not found at the location. Since the frontend is transpiled, the build step needs to be run before the source files are written.
The (confusingly named) yarn precontainerize script will run all builds for you, which should produce the necessary files. If you're building a Docker image from source, that commands needs to be run first. Building all the source files within the Docker image itself was unfortunately too much for most systems to handle, so that's why it's a separate step for now.
If you're running in Docker I recommend pulling our pre-built Docker image which should already have everything in place: docker pull ghcr.io/with-labs/popspace:latest
Error: ENOENT: no such file or directory, stat '/usr/src/app/noodle/build/index.html'
The text was updated successfully, but these errors were encountered: