qooxdoo / qooxdoo

qooxdoo - Universal JavaScript Framework
http://qooxdoo.org
Other
764 stars 259 forks source link

warnings during `qx create app` #10669

Closed oetiker closed 1 month ago

oetiker commented 2 months ago

Describe the bug

warnings during qx create app

To Reproduce

# node -v
v21.6.2
# mkdir myapp
# cd myapp
# npm install --save-dev @qooxdoo/framework

added 1008 packages, and audited 1009 packages in 19s

119 packages are looking for funding
  run `npm fund` for details

5 moderate severity vulnerabilities

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
# npx qx create myapp --type desktop --noninteractive --out=.
(node:38865) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Expected behavior No errors or wanings.

goldim commented 2 months ago

Haven't noticed the warning. OS is linux? Was the warning displayed in prev version of node?

johnspackman commented 2 months ago

we get it on macOS with node v21.5.0