How do I correctly upgrade angular 2 (npm) to the latest version?

前端 未结 11 1474
予麋鹿
予麋鹿 2020-11-28 00:47

Recently I started Angular 2 tutorial at https://angular.io/docs/ts/latest/tutorial/.

and left off with Angular 2 beta 8. Now I resumed the tutorial and latest beta

11条回答
  •  再見小時候
    2020-11-28 01:38

    Best way to do is use the extension(pflannery.vscode-versionlens) in vscode.

    this checks for all satisfy and checks for best fit.

    i had lot of issues with updating and keeping my app functioining unitll i let verbose lense did the check and then i run

    npm i

    to install newly suggested dependencies.

提交回复
热议问题