Created
August 23, 2019 14:45
-
-
Save rdlabo/e0712194682636d0de648a0fc88a5465 to your computer and use it in GitHub Desktop.
Ionic/AngularのAngular 8へのアップデートコマンド
This file contains 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
$ yarn add @ionic/[email protected] @ionic/[email protected] -D | |
$ yarn add @angular-devkit/[email protected] @angular-devkit/[email protected] @angular-devkit/[email protected] @angular-devkit/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] | |
(場合によってはここでnode_moduleを削除しないといけないかも) | |
$ npx ng update @angular/[email protected] @angular/[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment