From d942411cfd1093e722d8f10e886d295cdbb3357a Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Fri, 11 Nov 2022 21:27:51 +0000 Subject: [PATCH] Don't try to install npm incompatible with node 10 - closes #2994 --- image/stage3/01-install-deps/01-run-chroot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/image/stage3/01-install-deps/01-run-chroot.sh b/image/stage3/01-install-deps/01-run-chroot.sh index 201bbf4bc..1b0dbe808 100755 --- a/image/stage3/01-install-deps/01-run-chroot.sh +++ b/image/stage3/01-install-deps/01-run-chroot.sh @@ -28,7 +28,6 @@ nvm_get_arch() { # Install node nvm install ${NODE_VERSION} nvm use ${NODE_VERSION} -nvm install-latest-npm # Allow node to use the Bluetooth adapter sudo setcap cap_net_raw+eip $(eval readlink -f $(which node))