Skip to content

Instantly share code, notes, and snippets.

@rdlabo
Created August 23, 2019 14:45
Show Gist options
  • Save rdlabo/e0712194682636d0de648a0fc88a5465 to your computer and use it in GitHub Desktop.
Save rdlabo/e0712194682636d0de648a0fc88a5465 to your computer and use it in GitHub Desktop.
Ionic/AngularのAngular 8へのアップデートコマンド
$ 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