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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,12 @@ The Source Academy (<https://sourceacademy.org/>) is an immersive online experie
22
22
23
23
1. Install the version of Node.js as specified in the `.node-version` file
24
24
25
-
1. Install Python (known working versions: `2.7`, `3.8`, `3.9`, `3.10`) – **Note: Python `3.11` does not work**
26
-
27
25
1. Clone this repository and navigate to it using your command line
28
26
27
+
1. Install the version of `yarn` as specified in `package.json`, `packageManager`.
28
+
29
+
> We recommend using `corepack` to manage the version of `yarn`, you may simply run `corepack enable` to complete this step.
30
+
29
31
1. Run `yarn install` to install dependencies.
30
32
31
33
- If you are on Ubuntu and encounter the error message: `No such file or directory: 'install'`, you might be running the incorrect "yarn" from the cmdtest testing suite instead of the JavaScript package manager of the same name. Refer to this [StackOverflow post](https://stackoverflow.com/questions/46013544/yarn-install-command-error-no-such-file-or-directory-install).
0 commit comments