masasso

Results 6 comments of masasso

I am using Node v18.15.0 and npm v9.6.5 I also tested with node v19 and v20 but I get the exact same error on both.

I did a simple node js app here and it worked! However, the problem persists inside the **vscode extension** application I am developing. Even thought in my package.json I configure...

How actually you test your updates? I am trying to install the package I created with `npm install https://github.com/masasso/h5wasm` but node does not recognize it. If you can give me...

What I did in my `https://github.com/masasso/h5wasm` was. 1. Replaced every `.c_str()` for `.data()` in `h5wasm/src/hdf5_util.cc` 2. Installed [Emscripten](https://emscripten.org/docs/getting_started/downloads.html) and followed all the instructions 3. Called `make` 4. Called `npm run...

Have you already faced this problem. I never touched this part of the code in file `node_esm_shim.js` Activating extension i' failed: Module parse failed: Identifier 'createRequire' has already been declared...

The latest version at `https://github.com/emscripten-core/emsdk` So it should be [3.1.38](https://github.com/emscripten-core/emsdk/releases/tag/3.1.38) Toggle commit message