From 538fef5fa002e31dad215af3178ffa8de85ec8f8 Mon Sep 17 00:00:00 2001 From: wooferzfg Date: Tue, 28 May 2024 17:33:39 -0500 Subject: [PATCH] Switch to npm install -f Some packages' peer dependencies are broken now since they haven't been updated in years --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa8cc8e9..b4beb28dd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ cargo install wasm-bindgen-cli You need to set up some npm modules before compiling the project: ```bash -npm install +npm install -f ``` You are now ready to build livesplit-core, which powers LiveSplit One: