Skip to content

Commit

Permalink
fix: npx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Mar 13, 2024
1 parent b0b4e5c commit 8a9bf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ install_language_toolchains() {

# 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
npm list --global npx || command -v npx || sudo npm install --global npx

print_large "npm installed successfully."
}
Expand Down

0 comments on commit 8a9bf45

Please sign in to comment.