Fix README to include workaround for legacy versions of npm

This commit is contained in:
junderw 2023-08-21 11:15:47 -07:00
parent 88c0d04c18
commit 18eb6600b0
No known key found for this signature in database
GPG Key ID: B256185D3A971908

View File

@ -85,7 +85,7 @@ Install dependencies with `npm` and build the backend:
```
cd backend
npm install
npm install --no-install-links # npm@9.4.2 and later can omit the --no-install-links
npm run build
```