From aee2f1b032f40f1c971b6352e8a5391d97aede34 Mon Sep 17 00:00:00 2001 From: William Killerud Date: Sun, 8 Dec 2024 15:14:50 +0100 Subject: [PATCH] chore: sync lockfile config with nx Fix an issue where npm ci after an nx release fails --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmrc b/.npmrc index cffe8cde..25d47d18 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,3 @@ save-exact=true +; Workaround for https://github.com/nrwl/nx/issues/22066, should be removed once fixed. +legacy-peer-deps=true