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

[studio] Deprecation messages under node 22 #4145

Open
Janpot opened this issue Sep 24, 2024 · 0 comments
Open

[studio] Deprecation messages under node 22 #4145

Janpot opened this issue Sep 24, 2024 · 0 comments
Labels
scope: toolpad-studio Abbreviated to "studio"

Comments

@Janpot
Copy link
Member

Janpot commented Sep 24, 2024

Steps to reproduce

  • nvm use 22
  • pnpm create toolpad-app --studio my-toolpad-app
  • cd my-toolpad-app
  • pnpm dev

Current behavior

output:

info  - starting Toolpad Studio application in dev mode...
(node:18625) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
info  - loaded env file "/Users/janpotoms/Desktop/my-toolpad-app/.env" with keys 
ready - Toolpad Studio project /Users/janpotoms/Desktop/my-toolpad-app/toolpad ready on http://localhost:3000/
(node:18625) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
ready - built functions.ts: 0 error(s), 0 warning(s)

Expected behavior

output:

info  - starting Toolpad Studio application in dev mode...
info  - loaded env file "/Users/janpotoms/Desktop/my-toolpad-app/.env" with keys 
ready - Toolpad Studio project /Users/janpotoms/Desktop/my-toolpad-app/toolpad ready on http://localhost:3000/
ready - built functions.ts: 0 error(s), 0 warning(s)

Context

Your environment

npx @mui/envinfo
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

Search keywords: node 22 deprecation

@Janpot Janpot added status: waiting for maintainer These issues haven't been looked at yet by a maintainer good first issue Great for first contributions. Enable to learn the contribution process. scope: toolpad-studio Abbreviated to "studio" and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer good first issue Great for first contributions. Enable to learn the contribution process. labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: toolpad-studio Abbreviated to "studio"
Projects
None yet
Development

No branches or pull requests

1 participant