How I Upgrade Dependencies in a Node Project: yarn upgrade-interactive

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024
  • Upgrading node/npm/yarn dependencies can be... treacherous. Make things a bit easier with yarn upgrade-interactive.
    In this video, I walk through how I keep dependencies up-to-date on Javascript/Typescript projects. We'll walk through upgrading Node in both NVM and Docker, upgrading packages with Yarn, and solving a few gotchas along the way.
    Ultimate Node Stack:
    Repo: github.com/mrw...
    Video: • Ultimate Typescript/No...
    Follow me here:
    / kevinwwwade
    / kevinwwwade

Комментарии • 6

  • @erivalo
    @erivalo 3 года назад

    Thanks this video is so underrated...

  • @ongnguyen3540
    @ongnguyen3540 3 года назад

    I have watched all of your videos, my favorite is the mini project calculator video, I hope you make more ReactJs mini project videos.🔥🔥🔥

    • @kevinwwwade
      @kevinwwwade  3 года назад +1

      Thank you!! Any particular React examples you’d like to see?

    • @ongnguyen3540
      @ongnguyen3540 3 года назад +1

      @@kevinwwwade I'm new to ReactJs and TypeScrips. I'll love all your content no matter what. I got a better understanding of the reduce method through the mini project calculator. Since you are an experienced programmer, I think you know what I need to get better. I hope to enjoy your videos every week. Thanks for your interest in my comment, thanks from a big fan

  • @venusirpuram4345
    @venusirpuram4345 3 года назад +2

    This video was great and very informative.
    I have a question, suppose I have a major gap between the node versions like currently working on node version 10 and need to update to the LTS version of the node and also same with the dependencies that are been used, won't there be any breaking changes while upgrading all the dependencies that my application is using or the security issues that can be checked by npm audit.
    How to address these types of issues ( finding and solving security issues, upgrading dependency by keeping semver [ symentic versioning ] in mind, and what other things to be kept in mind, etc ) that can break the code that may be in production and solve it.
    Can you please answer this by making a video or even a simple reply would be appreciated.

  • @csqgb9801
    @csqgb9801 2 года назад

    npm info express