We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello there, when I execute js which uses "jira-client": "8.2.2", I get the following: (node:17544) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. This module is used by jira-client: npm ls punycode: -- [email protected] -- [email protected] +-- @postman/[email protected] | -- [email protected] -- [email protected] -- [email protected] -- [email protected] `-- [email protected] deduped
punycode
-- [email protected]
My Node-version: 21.1.0 Can you fix this or is there a common solution for the problem?
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello there, when I execute js which uses
"jira-client": "8.2.2",
I get the following:
(node:17544) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.This module is used by jira-client:
npm ls punycode:
-- [email protected]
-- [email protected]+-- @postman/[email protected]
|
-- [email protected]
-- [email protected]-- [email protected]
-- [email protected]`-- [email protected] deduped
My Node-version: 21.1.0
Can you fix this or is there a common solution for the problem?
Thanks in advance
The text was updated successfully, but these errors were encountered: