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
Add support for `pants package` using yarn@v2.
Currently when trying to package a yarn@v2 project, the following error
occurs:
```
Engine traceback:
in `package` goal
ProcessExecutionFailure: Process 'Installing [email protected].' failed with exit code 1.
stdout:
➤ YN0050: The --frozen-lockfile option is deprecated; use --immutable and/or --immutable-cache instead
stderr:
```
Thats because the option `--frozen-lockfile` was replaced with
`--immutable` on yarn >= 2.
This behavior can be reproducible at
https://github.com/kevinobruno/pants-yarn running `pants package
//yarnv2`
0 commit comments