Build error: wasi_snapshot_preview1: TypeError accessing 'includes' property #9033
Replies: 2 comments 2 replies
-
Hey, from the error it's not where clear where the issue comes from. It may have something to do with WASM and its JS fallback. We tried it with trixie container, but we had to pull nodejs from the outside (like here: https://gitlab.com/fdroid/fdroiddata/-/blob/56cbd36367dd73106daa91be51d7a1926ad9c0db/metadata/de.tutao.tutanota.yml#L4243-L4246 ) |
Beta Was this translation helpful? Give feedback.
2 replies
-
My report here seems to have been invalid and perhaps due to a mistake/unclean build environment. |
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.
-
Hello,
I'm attempting to build the
tutanota
web client on Debiantrixie
(testing), and am mostly following thedoc/BUILDING.md
guide to do so (with some small deviations, such as working-around an insufficentnpm
version by usingnpm install npm
to install a more-recent local copy).When I get to the
node webapp prod
step, I'm encountering the following error (some file paths anonymised):This fails the build. Has anyone here also encountered that and/or have ideas for how to resolve the problem?
Thank you!
James
Beta Was this translation helpful? Give feedback.
All reactions