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
Hello. I've cloned the repository, installed the required node modules and as I tried to run "node app.js -i image.jpg", an error gets thrown as follows
TypeError: fetch failed
TypeError: fetch failed
C:\Users\admin\Desktop\Desktop\NFT-Marker-Creator\libs\NftMarkerCreator_wasm.js:1
(Probably the whole of wasm.js file printed here)
RuntimeError: abort(TypeError: fetch failed) at Error
Is there something I'm incorrectly executing?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello. I've cloned the repository, installed the required node modules and as I tried to run "node app.js -i image.jpg", an error gets thrown as follows
TypeError: fetch failed TypeError: fetch failed C:\Users\admin\Desktop\Desktop\NFT-Marker-Creator\libs\NftMarkerCreator_wasm.js:1 (Probably the whole of wasm.js file printed here) RuntimeError: abort(TypeError: fetch failed) at Error
Is there something I'm incorrectly executing?
Thank you.
Hi,
I solved this problem downgrading Node.js from 18 to 16.19.0.
Hello. I've cloned the repository, installed the required node modules and as I tried to run "node app.js -i image.jpg", an error gets thrown as follows
TypeError: fetch failed
TypeError: fetch failed
C:\Users\admin\Desktop\Desktop\NFT-Marker-Creator\libs\NftMarkerCreator_wasm.js:1
(Probably the whole of wasm.js file printed here)
RuntimeError: abort(TypeError: fetch failed) at Error
Is there something I'm incorrectly executing?
Thank you.
The text was updated successfully, but these errors were encountered: