mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
new update npm command
This commit is contained in:
parent
17d0104358
commit
ae090ca72e
@ -4,7 +4,7 @@
|
|||||||
# OS X
|
# OS X
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
sudo softwareupdate -i -a
|
#sudo softwareupdate -i -a
|
||||||
|
|
||||||
#
|
#
|
||||||
# Homebrew
|
# Homebrew
|
||||||
@ -20,7 +20,7 @@ brew cleanup
|
|||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
# update npm itself
|
# update npm itself
|
||||||
npm update npm -g
|
npm install npm -g
|
||||||
|
|
||||||
# update all global packages
|
# update all global packages
|
||||||
#npm update -g
|
#npm update -g
|
||||||
|
Loading…
Reference in New Issue
Block a user