Carnaux / NFT-Marker-Creator

This editor creates NFT markers for ARTOOKIT 5.x
https://carnaux.github.io/NFT-Marker-Creator/
333 stars 160 forks source link

TypeError: fetch failed when running app.js #87

Open ShashanKV98 opened 2 years ago

ShashanKV98 commented 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.

Giusort commented 1 year 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

VongoSanDi commented 1 year ago

I was using nodejs 18, downgraded to 16, works fine now