Base solution for your next web application
Open Closed

Update NPM packages #3707


User avatar
0
bilalhaidar created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    bilalhaidar created

    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)?

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    bilalhaidar created

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    bilalhaidar created

    Thanks :)