jsdom / whatwg-url

An implementation of the WHATWG URL Standard in JavaScript
https://jsdom.github.io/whatwg-url/
MIT License
371 stars 94 forks source link

Update encoding.js #219

Closed wallytreats closed 3 years ago

wallytreats commented 3 years ago

I'm unsure if this is an oversight or not but I've had to modify this package to include util manually as to prevent an error being thrown for "TextEncoder" not defined. If there is a different or better way to do this please share.

wallytreats commented 3 years ago

Found a solution to simply uninstall and reinstall mongodb. Strange since it was just fresh installed but works. Disregard pr.

nolife08021 commented 3 years ago

Unable to resolve module util from node_modules/whatwg-url/dist/encoding.js: util could not be found within the project

@wallytreats I having this error. How do i solve this?