From 0487bbe850d84cda602381338ce379ce60a65ceb Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Thu, 15 Sep 2022 20:29:21 +0300 Subject: [PATCH] Remove npm updating, it conflicts with node version. --- tools/metacall-environment.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/metacall-environment.sh b/tools/metacall-environment.sh index c2fa451e3..622ac9832 100755 --- a/tools/metacall-environment.sh +++ b/tools/metacall-environment.sh @@ -302,10 +302,6 @@ sub_nodejs(){ # Install python to build node (gyp) $SUDO_CMD apt-get $APT_CACHE_CMD install -y --no-install-recommends python3 g++ make nodejs npm curl - - # Update npm and node-gyp - $SUDO_CMD npm i npm@latest -g - $SUDO_CMD npm i node-gyp@latest -g } # TypeScript