You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this to load cardano serialisation lib.
The error I am getting while i npm start
I have already installed node-fetch and also @emurgo/cardano-serialization-lib-browser
Module not found node:http in node-fetch/src
The text was updated successfully, but these errors were encountered:
same problem i got have error node core error like node:zlib ERROR in node:worker_threads how to fix this i was figure this problem for 1 week and there is no problem resolve for this
This is a general WASM issue. Some frameworks outright don't support it and some you need to do work arounds. So far I've been able to get WASM to work with Next.js, so that's the most I can help with.
I am trying to use this
https://github.com/Felippo001/nami-wallet-api
to connect my react app to Nami wallet using cardano-serialisation-lib.
I am using this to load cardano serialisation lib.
The error I am getting while i
npm start
I have already installed node-fetch and also @emurgo/cardano-serialization-lib-browser
Module not found node:http in node-fetch/src
The text was updated successfully, but these errors were encountered: