From d352000d4e7a0f71e167b4679236a6053749dc07 Mon Sep 17 00:00:00 2001 From: benjamin852 Date: Thu, 28 Mar 2024 16:45:54 -0400 Subject: [PATCH] fix: added linux for fsevents --- package-lock.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 3804cc78..4ca3ca61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8100,7 +8100,8 @@ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "extraneous": true, "os": [ - "darwin" + "darwin", + "linux" ], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0"