P
P
pshy_soch2020-05-31 21:53:01
JavaScript
pshy_soch, 2020-05-31 21:53:01

Module not found: Error: Can't resolve 'core-js?

sr8lgq
This is the error that appears when trying to use fetch.

fetch('http://localhost:3000/ff/sign-up')
                        .then(result => result.json())
                        .then(result => console.log(result))
                        .catch((err) => console.log(err));

What is the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Loli E1ON, 2020-06-01
@pshy_soch

This is how it should work
234r8lgq12

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question