You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,19 @@ Amplify Codegen is a JavaScript toolkit library for frontend and mobile develope
27
27
| graphql-types-generator | Generates type annotations from GraphQL schema and statements |
28
28
## Developing
29
29
30
-
This section should get you running with **Amplify Codegen**. You will need the latest version of [nodejs](https://nodejs.org/en/)on your system and developing locally also requires `yarn` workspaces. You can install it [here](https://classic.yarnpkg.com/en/docs/install#mac-stable).
30
+
This section should get you running with **Amplify Codegen**. You will need to set [nodejs](https://nodejs.org/en/)to a version less than v16 on your system. Developing locally also requires [yarn](https://classic.yarnpkg.com/en/docs/install#mac-stable).
31
31
32
-
Start by,[Forking](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) the main branch of [amplify-codegen](https://github.com/aws-amplify/amplify-codegen).
32
+
Start by [Forking](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) the main branch of [amplify-codegen](https://github.com/aws-amplify/amplify-codegen).
0 commit comments