Severin Siffert
Severin Siffert
I can't reproduce anything that can't be fixed with `npm install`. I can, however, see that `ic-wasm` is required to build the backend properly. Do you have that installed?
Which version of node are you running? I'm on 19.2 right now and don't see any issues. Recently, 16 and 18 were most stable for IC development.
This looks like something's wrong with your webpack installation. Have you tried nuking `node_modules`? I just tried again with both node 16 and 18 and it worked with both verisons....
With `npm i` and `npm run build` I get the following error: ``` Failed to compile. Module not found: Error: Can't resolve 'assert' in '/Users/ssiff/Desktop/examples/hosting/photo-storage/node_modules/@dfinity/identity/lib/esm/identity' BREAKING CHANGE: webpack < 5...
Thank you for fixing it that quickly! Can confirm it work now. Thank you very much for contributing!
Sounds like a Windows problem to me. Have you tried something like [this](https://stackoverflow.com/questions/71669325/how-to-extract-a-tarball-on-windows-that-contains-symlinks)?
Usually `npm ci` does the trick. Can you try that?
Moved to the right repo. Could you please add some more information? Such as which `append` you are talking about.
Hi @v2i0s2h2, could you please go through the [CLA flow](https://github.com/dfinity/cla/issues/158) so we're allowed to merge this?
Thank you for reporting this! We currently forbid dashes because they interfere with our JS templating. We are currently reworking `dfx new` anyways, so we added this as one of...