aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 28 forks source link

chore: recommend running corepack enable #69

Closed trivikr closed 2 years ago

trivikr commented 2 years ago

Issue

Corepack has been available in Node.js since September 2021 https://dev.to/cloudx/corepack-the-node-js-manager-of-package-managers-44dd

Description

Recommend running corepack enable for detecting yarn

Testing

Verified that yarn --version is 3.0.0

$ yarn --version
3.0.0

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.