I'm creating an app that I used patreon.js for and was using fetch fine. After finding an alternative to the patreon.js package I ran "npm uninstall patreon" and right after I started getting the fetch error. Is it possible this uninstall caused it or was it something else that might have caused it?I've deleted node_modules and ran "npm install" and it hasn't helped. What does work is installing node-fetch and using that.But I'd like to know what caused this and if it can be fixed rather than just using another fetch package.
Submitted August 05, 2020 at 05:14AM by Terkeroo
No comments:
Post a Comment