You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Steps to reproduce
nvm use 22
pnpm create toolpad-app --studio my-toolpad-app
cd my-toolpad-app
pnpm dev
Current behavior
output:
Expected behavior
output:
Context
util._extend
is used byhttp-proxy
, used byhttp-proxy-middleware
Deprecation warning forutil._extend
chimurai/http-proxy-middleware#1017punycode
is used inwhatwg-url@5
, which is used bynode-fetch
Your environment
npx @mui/envinfo
Search keywords: node 22 deprecation
The text was updated successfully, but these errors were encountered: