Skip to content

Commit 24d4642

Browse files
fix(install): update npm version check logic and improve compatibility messaging
1 parent 3434930 commit 24d4642

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ elif bash -c ". '${NVM_DIR}/nvm.sh' && type npm >/dev/null 2>&1"; then
476476
else
477477
echo "Skip installing/updating npm because npm is not available"
478478
fi
479-
fi
480479

481480
# Install pnpm
482481
if [ ! -z "${PNPM_VERSION}" ] && [ "${PNPM_VERSION}" = "none" ]; then

0 commit comments

Comments
 (0)