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

(node:28848) [DEP0060] after updating to netlify 13.1.21/netlify-cli 17.36.2 #6836

Open
jeromelvwa opened this issue Sep 24, 2024 · 1 comment
Labels
type: bug code to address defects in shipped code

Comments

@jeromelvwa
Copy link

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

@jeromelvwa jeromelvwa added the type: bug code to address defects in shipped code label Sep 24, 2024
@jeromelvwa
Copy link
Author

Additional info, "npx netlify build" completed without error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

No branches or pull requests

1 participant