Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warnings during qx create app #10669

Closed
oetiker opened this issue Mar 6, 2024 · 2 comments · Fixed by #10678
Closed

warnings during qx create app #10669

oetiker opened this issue Mar 6, 2024 · 2 comments · Fixed by #10678

Comments

@oetiker
Copy link
Member

oetiker commented Mar 6, 2024

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
Copy link
Contributor

goldim commented Mar 6, 2024

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

@johnspackman
Copy link
Member

we get it on macOS with node v21.5.0

This was referenced Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants