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

fix:util._extend is deprecated in node 22 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HUAHUAI23
Copy link

When I run pnpm nx run-many -t serve, I get the following warning message:

(node:1232556) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

It seems that using Object.assign() can fix this.

Signed-off-by: HUAHUAI23 <huahua1319873800@outlook.com>
@njfamirm
Copy link

any update?

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 this pull request may close these issues.

2 participants