Skip to content

Commit 0818b58

Browse files
authored
chore: recommend running corepack enable (aws-samples#69)
1 parent 7a40841 commit 0818b58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ To set up this notes app, complete the following tasks:
2626
- Install **Node.js** by following these steps:
2727
1. Install [nvm](https://github.com/nvm-sh/nvm#installation-and-update).
2828
1. Use node v16.x.x by running `nvm use` or `nvm use 16` in a terminal window.
29-
1. Verify that node is installed by running `node -v` in a terminal window and confirm that it shows the latest version of `v16`, such as `v16.16.0`).
30-
- Install [yarn](https://yarnpkg.com/en/docs/install).
31-
- We recommend using **yarn** for its simplicity, speed and yarn workspaces.
29+
1. Verify that node is installed by running `node -v` in a terminal window and confirm that it shows Node.js >=16.10, such as `v16.16.0`).
30+
1. Enable corepack by running `corepack enable` in a terminal window.
3231
- Install dependencies by running `yarn`.
3332
- If you don't have an AWS account, [create one](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/).
3433
- If you're an Amazon employee, see the internal wiki for creating an AWS account.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
},
2626
"lint-staged": {
2727
"*.{ts,js,md}": "prettier --write"
28-
}
28+
},
29+
"packageManager": "[email protected]"
2930
}

0 commit comments

Comments
 (0)