volta icon indicating copy to clipboard operation
volta copied to clipboard

Latest version of volta seems to always use/install yarn 3.x.x even when specifying 1.x.x.

Open ryanwh-dw opened this issue 3 years ago • 0 comments
trafficstars

Latest version of volta seems to always use/install yarn 3.x.x even when specifying 1.x.x.

See commands below + the yarn behavior is definitely version 3.

volta ls
⚡️ Currently active tools:

    Node: v16.16.0 (current @ /path/to/package.json)
    npm: v8.5.0 (current @ /path/to/package.json)
    Yarn: v1.22.17 (current @ /path/to/package.json)
    Tool binaries available: NONE
which yarn
/path/to/.volta/bin/yarn
yarn --version
3.2.2

ryanwh-dw avatar Aug 11 '22 17:08 ryanwh-dw