I am doing reactjs project when I tried to run npm start ./node_modules/node-fetch/src/index.js Module not found: Can't resolve 'node:http' in 'C:\Users\Aorat\OneDrive\Desktop\Fam-Jam-Family-Application\client\node_modules\node-fetch\src'
Asked
Active
Viewed 1,707 times
2
-
How did you initialize the project? Did you create your index.js file and run npm init or did you run something like create-react-app? If you used create-react-app, did you try re-initializing the project in a different location? – Jacob Dec 12 '21 at 02:20
-
I did all of that – Scott Nguyen Dec 12 '21 at 03:11
1 Answers
2
I was facing the same problem and after trying a few things to no avail I got around it by installing node-fetch v2 rather than using the latest, v3.

Burns
- 53
- 4