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
feat(builtin): yarn install use --frozen-lockfile as default
To be more hermetic with the install of the dependencies use the frozen lockfile flag to install the exact version from the `yarn.lock` file.
To update a dependency use the vendored yarn binary with `bazel run @nodejs//:yarn upgrade <dep-name>`.
Fixes#941
0 commit comments