From 2b76e85ca619011bf5587c3f2211900a59a0e409 Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:41:49 +0900 Subject: [PATCH] fix(wsl/home/.config/mise/config.toml): suppress experimental warnings for npm (#923) * fix(wsl/home/.config/mise/config.toml): suppress experimental warnings for npm * style(wsl/home/.config/mise/config.toml): format by taplo --- wsl/home/.config/mise/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wsl/home/.config/mise/config.toml b/wsl/home/.config/mise/config.toml index ccbaa263..7ca2ddee 100644 --- a/wsl/home/.config/mise/config.toml +++ b/wsl/home/.config/mise/config.toml @@ -3,6 +3,11 @@ min_version = "2024.11.23" +[env] +# suppress experimental warnings for npm in node v23 +# ref: https://github.com/npm/cli/issues/7857 +NODE_OPTIONS = "--disable-warning=ExperimentalWarning" + [tools] # language tools node = "latest"