You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: -- jira-client@8.2.2 -- postman-request@2.88.1-postman.32
+-- @postman/tough-cookie@4.1.2-postman.2
| -- punycode@2.3.0 -- har-validator@5.1.5 -- ajv@6.12.6 -- uri-js@4.4.1
`-- punycode@2.3.0 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:
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:
-- jira-client@8.2.2
-- postman-request@2.88.1-postman.32+-- @postman/tough-cookie@4.1.2-postman.2
|
-- punycode@2.3.0
-- har-validator@5.1.5-- ajv@6.12.6
-- uri-js@4.4.1`-- punycode@2.3.0 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: