Skip to content

Commit

Permalink
feat: npx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Mar 13, 2024
1 parent 6e729ef commit b0b4e5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ install_language_toolchains() {
sudo apt install nodejs
fi

# Installing via https://github.com/nodesource/distributions ships with `npx`,
# but installing from native Debian repos doesn't.
npm list --global npx || sudo npm install --global npx

print_large "npm installed successfully."
}

Expand Down

0 comments on commit b0b4e5c

Please sign in to comment.