Closed fengelhardt closed 1 year ago
Hi !
What seems to work for me was to use the option --no-experimental-fetch
when executing convert2xkt :
node --no-experimental-fetch ./convert2xkt.js -s foo.xkt -o bar.ifc
Found the solution here
Seems we have a workaround - thanks @TitouanGisle - closing now
Hi,
I have newly installed xeokit-convert:
Running the script, however, fails: (omitting my file paths here)
But the wasm file exists under this path:
I first thought it could have something to do with my installation method via git clone. I followed the installation instructions from here: https://www.notion.so/Converting-Models-to-XKT-with-convert2xkt-fa567843313f4db8a7d6535e76da9380 / Installing convert2xkt.
But I also get the same error when installing with
npm install @xeokit/xeokit-convert
.My
node --version
is v18.13.0