We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e0a4f commit acb7e30Copy full SHA for acb7e30
1 file changed
scripts/package/src/package_managers/npm.sh
@@ -17,7 +17,7 @@ npm::update_all() {
17
output::write "└ $url"
18
output::empty_line
19
20
- sudo npm install --location=global "$package" 2>&1 | log::file "Updating npm app: $package"
+ npm install --location=global "$package" 2>&1 | log::file "Updating npm app: $package"
21
done
22
else
23
output::answer "Already up-to-date"
0 commit comments