From 18eb6600b0157446ecead0529fab6a02ac00543b Mon Sep 17 00:00:00 2001 From: junderw Date: Mon, 21 Aug 2023 11:15:47 -0700 Subject: [PATCH] Fix README to include workaround for legacy versions of npm --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 6a0cb821c..e5d9dabdd 100644 --- a/backend/README.md +++ b/backend/README.md @@ -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 ```