Skip to content
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

Deprecation warning for whatwg-url after upgrading to node 22 #1057

Open
davidrac opened this issue Nov 18, 2024 · 1 comment
Open

Deprecation warning for whatwg-url after upgrading to node 22 #1057

davidrac opened this issue Nov 18, 2024 · 1 comment

Comments

@davidrac
Copy link

Node displays a warning when running the project:

[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

npm why excerpt:

% npm why whatwg-url           
whatwg-url@5.0.0
node_modules/whatwg-url
  whatwg-url@"^5.0.0" from node-fetch@2.7.0
  node_modules/node-fetch
    node-fetch@"^2.6.7" from @mapbox/node-pre-gyp@1.0.11
    node_modules/@mapbox/node-pre-gyp
      @mapbox/node-pre-gyp@"^1.0.11" from bcrypt@5.1.1
      node_modules/bcrypt
        bcrypt@"^5.0.1" from the root project

Node version

% node -v
v22.11.0

OS Version

% sw_vers
ProductName:            macOS
ProductVersion:         14.6.1
BuildVersion:           23G93

@343195246
Copy link

I had the same problem, did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants