1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/local/share/updateall/commands.d/npm
2023-04-13 00:16:36 +02:00

8 lines
132 B
Text

# Moving to /tmp folder
#pushd /tmp > /dev/null
# Updating
sudo npm -g update
# Returning to previous directory
#popd > /dev/null