From 58d7e10dd745a052b96e0434c19e74df2249d6e7 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Thu, 20 Oct 2022 09:23:26 -0700 Subject: [PATCH] Fix annoying warning for updated npm (#31909) --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 9b816f6d44..4d08d0c167 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ # skip installing optional dependencies to avoid issues with troublesome `fsevents` module -optional=false \ No newline at end of file +omit=optional