Skip to content

punycode deprecation warning when selecting project type in ti create #846

@m1ga

Description

@m1ga

When running ti create I do see a punnycode warning:

What type of project would you like to create?
 1)  Titanium App
 2)  Titanium Module
Select a type by number or name [app]: (node:28334) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

We do have then in the SDK in some places too like when you build the SDK with npm run build:local

> [email protected] build:local
> node ./build/scons build && node ./build/scons package --skip-zip && node ./build/scons install

(node:29639) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

All just warnings and everything still works fine. But of course we should take care of it

Node 22
Ti 8.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions