Open ShashanKV98 opened 2 years ago
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.
Gius
I was using nodejs 18, downgraded to 16, works fine now
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.