-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Hello,
Currently I am having some odd behavior without getting any feedback from itk-wasm.
Version: v1.0.0-b.53, we have been using and building with this version for quite some time. My colleague is able to run and build our scripts with this version and the same version of the codebase.
My problem:
When I run itk-wasm build a web-build folder gets created with a single file itk-wasm-build-env the shell then hangs indefinitely with zero output.
If I terminate this command with ctrl+c then run it again, it finishes immediately but with no output to the terminal. If I remove the web-build folder then run it again the above sequence repeats.
Other information:
itk-wasm --helpproduces help output- If I don't have docker running, then I get a "Is the docker daemon running?" error
- I don't get the docker daemon running error if the
web-buildfolder exists. - my intent is to build with emscripten for the web browser
- I have tried with npm, pnpm, npx, and pnpx commands
- I have tried running with -s flag and from the exact folder that my CMakeLists.txt is located in.
I tried searching issues but since I'm not getting any output I don't have much to go on.
Any guidance?