JS protip #1: npm-check

preview_player
Показать описание
Updating your npm dependencies is good practice, sort of basic hygiene for your codebase, and you should do that regularly.

Except `npm update` and `npm install` have pretty poor DX... We'd like an easy dev/prod split, grouping by update level (patch, minor, major), and most importantly, *granular updates without having to type module names and versions by hand!*

Here's my favorite tool for this: npm-check. Pure bliss!

00:00 - Intro
00:21 - npm outdated et npm update
02:25 - npm-check
04:04 - Outro

Want to gain further mastery of JS, Node, npm...? Check out our other video courses and training classes: 😁

Рекомендации по теме
Комментарии
Автор

Amazing channel with very interesting and informative content! Please continue sharing more useful content ☺

yerkebulanserikbayev