Last active
June 22, 2018 08:35
-
-
Save htxuankhoa/3162bcd2ca7d29b12c8a91e5ab803fa5 to your computer and use it in GitHub Desktop.
Summary all update/upgrade commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo composer global self-update | |
$ sudo composer global update # update all packages | |
$ composer global show -i # show installed packages | |
$ sudo composer global update "laravel/installer" | |
npm i -g npm@latest | |
npm -g update # update all global packages | |
npm i -g cordova | |
npm i -g ionic@latest | |
npm i -g @angular/cli | |
# update nodejs | |
$ sudo npm cache clean -f | |
$ sudo npm i -g n | |
$ sudo n stable | |
$ npm install -g firebase-tools | |
$ firebase login | |
$ firebase init | |
$ firebase deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment