Skip to content

Commit

Permalink
Don't try to install npm incompatible with node 10 - closes #2994
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Nov 12, 2022
1 parent 0331000 commit d942411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion image/stage3/01-install-deps/01-run-chroot.sh
Expand Up @@ -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))
Expand Down

0 comments on commit d942411

Please sign in to comment.