-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The punycode
module is deprecated. Please use a userland alternative instead.
#355
Comments
I can confirm that if I change the package-lock.json to have the whatwg-url version to be exactly 14.0.0 the code works. If not I need to do this ugly stept that would not allow me to easaly integrate this into some open terraform configuration that just does a npm install and things work
|
Macos latest os node -v |
Hi @baditaflorin thanks for reporting this I think we probably can switch to use the native |
Hi @nchaulet wondering when you might be able to make this fix? I'm running into the same challenge. I took a look at your 5.X branch and noticed there's still a dependency on the older version of node-fetch. I think can silence the deprecation warning in my package, but that's not ideal either. |
Hi @miha42-github yes the 5.x is a work in progress but the goal is to remove dependency on |
Looking at the package lock I see that nide-geocoder it's using node fetch 2.7.0 when the latest version is 3.3.2
The old version 2.7 of node fetch requires a antiquated version 5 of "whatwg-url": "^5.0.0"
When the latest version of "whatwg-url": is 14
The text was updated successfully, but these errors were encountered: