-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[DEP0060] DeprecationWarning: The util._extend
API is deprecated. Please use Object.assign() instead.
#26904
Comments
cors 이슈 및 proxy 설정x(에러발생) cors 패키지로 express에 설정해줌
Same problem |
In newest version still appear... This strong-log-transformer lib is not updated from 2018... but somebody prepared a fix, which waiting to CR... |
the same thing happens here |
actual for me |
I have this problem
|
Has anybody found a solution? |
I had this error. I changed the node version to a lower version and everything worked |
as mentioned above, it is caused by strongloop/strong-log-transformer#12. need to wait for strong-log-transformer to update |
i submitted a pr to remove package |
My node version 22.2 reported this error, I reduced the node version to 18.20 and started again to solve the problem.Should be too high version caused by incompatibility? |
Current Behavior
When using Node 22.x, some nx commands that use the
run-many
option show this warning. Ex:nx run-many -t serve
. Running the same command against a specific app does not show the warning. Ex:nx serve app
.Documentation on the warning:
https://nodejs.org/docs/latest-v22.x/api/deprecations.html#DEP0060
Expected Behavior
nx commands that result in forked processes should be able to be run without warnings.
GitHub Repo
No response
Steps to Reproduce
nx run-many -t serve
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
Running
node --trace-warnings node_modules/.bin/nx run-many -t serve
to trace out the source of the warning shows this:The strong-log-transformer dependency is coming from:
nx/packages/nx/package.json
Line 65 in 2c4c2ae
This appears to be its only usage in nx:
nx/packages/nx/src/tasks-runner/forked-process-task-runner.ts
Line 4 in 2c4c2ae
The text was updated successfully, but these errors were encountered: