defunctzombie / node-url

node.js core url module as a module
MIT License
376 stars 96 forks source link

version 0.11.1 has bug, show querystring.stringify is not a function #64

Closed hoticer closed 1 year ago

hoticer commented 1 year ago

when item start show in console: querystring.stringify is not a function at push../node_modules/url/url.js.Url.format image image image

ljharb commented 1 year ago

This seems like something in your build process - that querystring variable is the qs package, which has formats, parse, and stringify, and it's definitely not an image.

ljharb commented 1 year ago

I'm going to close this, but happy to keep discussing.