cli-property-manager icon indicating copy to clipboard operation
cli-property-manager copied to clipboard

DeprecationWarning for punycode

Open fkieling opened this issue 2 years ago • 2 comments

Hi there,

CLI Version

~ akamai --version
akamai version 1.5.5
~ akamai pl --version
0.7.8-RELEASE

Expected Behavior

Don't get deprecation warning then using akamai pm or akamai pl

Actual Behavior

Command print correct information and a deprecation warning:

~ akamai pl --format json lg
(node:82499) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
[
    {

Steps to Reproduce

  1. akamai pl --format json lg (or other subcommands from pl or pm)

fkieling avatar Dec 12 '23 22:12 fkieling

This issue is going to come up more and more with customers working with Next.js and other JS frameworks.

aweingarten avatar Jun 07 '24 18:06 aweingarten