Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: fetch failed when running app.js #87

Open
ShashanKV98 opened this issue Sep 6, 2022 · 2 comments
Open

TypeError: fetch failed when running app.js #87

ShashanKV98 opened this issue Sep 6, 2022 · 2 comments

Comments

@ShashanKV98
Copy link

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
Copy link

Giusort commented Feb 2, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants