Fix README to include workaround for legacy versions of npm
This commit is contained in:
@@ -85,7 +85,7 @@ Install dependencies with `npm` and build the backend:
|
|||||||
|
|
||||||
```
|
```
|
||||||
cd 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
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user