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
i’m using Yarn pnp and after updating the 3.3.0 today O got an error that it could not resolve the “undici” package.
checking the source here it is imported in src/shim/correlationContextManager but is not defined in the package.json file and thus leading to yarn pnp disallowing our build to happen as we don’t allow undefined dependencies in our build.
The text was updated successfully, but these errors were encountered:
Hi,
i’m using Yarn pnp and after updating the 3.3.0 today O got an error that it could not resolve the “undici” package.
checking the source here it is imported in src/shim/correlationContextManager but is not defined in the package.json file and thus leading to yarn pnp disallowing our build to happen as we don’t allow undefined dependencies in our build.
The text was updated successfully, but these errors were encountered: