Hello, Is it possible to update NPM packages to the latest ones? I am using ASP.NET Core / Angular 4 app.
Thank you
6 Answer(s)
-
0
Hi @bilalhaidar,
Do you want to do it by yourself or do you want us to do it ? We are trying to update npm packages to latest versions for each release.
Thanks.
-
0
If I wanna do it myself, how to do so?
Also, is it still difficult to upgrade to the latest framework if I have an already existing project? (Abp and now NPMs)?
-
0
I don't remember how to update all npm dependencies but you can search it on the web for npm or yarn. But it is a problematic thing. Every time we update npm packages some errors happen :).
About ABP, you can upgrade it using nuget package manager.
Thanks.
-
0
Yeah I know it is complicated, maybe in the future you can provide a means to do a smooth upgrade, because most of the times, new features come or some bugs are fixed, and we cannot make use of unless we get a new copy and then integrate all the code back again to the new release.
Thanks
-
0
Hi @bilalhaidar,
It is not possible to prepare a guide for this because we cannot know which library will have breaking changes or not. This is a problematic update sometimes and we suggest to wait our releases for that.
Of course, if you can do it yourself you can do it any time you like :).
Thanks.
-
0
Thanks :)