From 0b45769cb4374a78589e9c50547ed151aa90b2f9 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:39:57 +0530 Subject: [PATCH] nvm@1.1.12: Add to PATH instead of shimming Closes #5311 --- bucket/nvm.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bucket/nvm.json b/bucket/nvm.json index 67a1cf8664..ac4300e58d 100644 --- a/bucket/nvm.json +++ b/bucket/nvm.json @@ -22,8 +22,10 @@ ] } }, - "bin": "nvm.exe", - "env_add_path": "nodejs\\nodejs", + "env_add_path": [ + ".", + "nodejs\\nodejs" + ], "env_set": { "NVM_HOME": "$dir", "NVM_SYMLINK": "$persist_dir\\nodejs\\nodejs"