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

Reference Error Fix #230

Closed buckmower closed 2 years ago

buckmower commented 2 years ago

Because the require was missing my ubuntu node api was failing with a reference error. This package is a requirement of another module 'mongo-connection-string-url' which was a requirement of 'agenda'. Including the line in this commit fixed the error.

domenic commented 2 years ago

Dupe of closed PRs; this is an issue with your environment.