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
When running nx serve, I'm getting a punycode deprecation warning:
(node:XXXXX) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
at require (node:internal/modules/cjs/helpers:108:18)
at Object. (.../node_modules/uri-js/index.js:XX:XX)
This is due to the dependency chain: @nx/webpack -> ajv -> uri-js -> punycode.
Expected Behavior
Need to Update the dependent package
GitHub Repo
No response
Steps to Reproduce
Create/use an NX workspace (20.3.2).
Add "NODE_OPTIONS": "--trace-deprecation" to the serve target in project.json.
Current Behavior
When running
nx serve
, I'm getting apunycode
deprecation warning:(node:XXXXX) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
at require (node:internal/modules/cjs/helpers:108:18)
at Object. (.../node_modules/uri-js/index.js:XX:XX)
This is due to the dependency chain: @nx/webpack -> ajv -> uri-js -> punycode.
Expected Behavior
Need to Update the dependent package
GitHub Repo
No response
Steps to Reproduce
"NODE_OPTIONS": "--trace-deprecation"
to theserve
target inproject.json
.nx serve <your-app-name>
.Nx Report
Failure Logs
Package Manager Version
11.0.0
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: