Skip to content

Commit 11555c4

Browse files
committed
docs: update CONTRIBUTING.md
1 parent 6763e04 commit 11555c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install the [`aws-cli`](https://docs.aws.amazon.com/cli/latest/userguide/getting
2222

2323
If you are using Node.js v14 and would like to take advantage of the "overrides" feature in package.json, you need to upgrade npm manually since Node.js v14 ships with npm v6, and `overrides` were introduced in npm v8.3. Upgrade npm manually to the latest version using the following command:
2424
```
25-
npm install npm@latest
25+
npm install -g npm@latest
2626
```
2727

2828
## Executing Tests Locally

0 commit comments

Comments
 (0)