mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Update install.md to use yarn version classic (#989)
`yarn set version stable` yields many install errors of Javascript packages. note https://codesti.com/issue/mastodon/documentation/931. Setting `yarn set version classic` works around these problems and the rest of the instructions work as indicated. `classic` appears to be required.
This commit is contained in:
parent
12a1d3c0d9
commit
61bcd7de89
@ -53,7 +53,7 @@ apt install -y \
|
||||
|
||||
```bash
|
||||
corepack enable
|
||||
yarn set version stable
|
||||
yarn set version classic
|
||||
```
|
||||
|
||||
### Installing Ruby {#installing-ruby}
|
||||
|
Loading…
x
Reference in New Issue
Block a user