Closed An0nymous0 closed 1 year ago
@An0nymous0 Are you sure you're running most recent version? It looks like punycode dep has been completely removed in 13.x (https://github.com/jsdom/whatwg-url/commit/e89e642f02a8af7ab363b4bcdd252e6b49db5334)
For anyone not directly using whatwg-url, this solved it for me.
pnpm (use whichever resolve method you have)
// package.json
"pnpm": {
"overrides": {
"whatwg-url": "13.0.0"
}
}
I cannot reproduce this issue with the latest release.