-
-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
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
Labels
No labels