aws-lambda-nodejs-esbuild icon indicating copy to clipboard operation
aws-lambda-nodejs-esbuild copied to clipboard

Yarn 2 support

Open devlsh opened this issue 4 years ago • 0 comments

The command currently used by the Yarn packager is yarn install --frozen-lockfile --non-interactive, which isn't compatible with Yarn 2.

For reference, the Yarn 2 command would be yarn install --immutable --immutable-cache.

devlsh avatar Aug 25 '21 08:08 devlsh