Skip to content

Commit

Permalink
docs: ✏️ require node v18.x
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md to specify Node version v18.x. yarn && yarn build
&& yarn test yields "error [email protected]: The engine "node" is
incompatible with this module. Expected version ">= 18.12.0". Got
"16.20.2"" on Node version v16.x
  • Loading branch information
p5quared committed Aug 22, 2024
1 parent 1ad9d8a commit 0a36503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This section should get you running with **Amplify API Category** and get you fa

> If you are using Yarn v2, run `yarn set version classic` to change to Yarn Classic.
>
> Note: Ensure that the version of Node installed is < 17.0.0 and >= 14.17.0. During the installation process, some modules may not be compatible with other versions of Node.
> Note: Ensure that the version of Node installed is v18.x. During the installation process, some modules may not be compatible with other versions of Node.
1. Ensure you are using the npm registry, even with yarn by running `yarn config set registry https://registry.npmjs.org`

Expand Down

0 comments on commit 0a36503

Please sign in to comment.