Description
Describe the bug
After doing an "npm update" I now get the following error when I run "npx netlify dev":
(node:28848) [DEP0060] DeprecationWarning: The util._extend
API is deprecated. Please use Object.assign() instead.
(Use node --trace-deprecation ...
to show where the warning was created)
I can still deploy without issues but this is preventing me from full local testing. I can still use "npm run dev" and still work with some things.
Steps to reproduce
I just ran an "npm update".
Configuration
[functions]
external_node_modules = ["aws-sdk"]
# node_bundler = "esbuild"
[functions."flowpiechart"]
included_files = ["languages/**"]
[functions."review"]
included_files = ["languages/**"]
[functions."test"]
# included_files = ["languages/**"]
[dev]
targetPort = 4000
[functions."wb-sync-background"]
schedule = "@daily"
[[plugins]]
package = "@netlify/plugin-nextjs"
Environment
System:
OS: Windows 11 10.0.22631
CPU: (12) x64 AMD Ryzen 5 3600X 6-Core Processor
Memory: 14.13 GB / 31.93 GB
Binaries:
Node: 22.3.0 - C:\Program Files\nodejs\node.EXE
npm: 10.8.3 - C:\Program Files\nodejs\npm.CMD
pnpm: 9.10.0 - ~\AppData\Local\pnpm\pnpm.EXE
npmPackages:
netlify-cli: ^17.36.2 => 17.36.2