package-lock, ^ & ~, SemVer... Let's talk about npm & packages

preview_player
Показать описание
Do you know why package-lock is important? Do you know what exactly ^ and ~ mean I'm your dependencies? Let's talk about all npm & packages questions you had but were afraid to ask:

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

Good explanation of the purpose of ^ and ~ in combination with the package-lock!
Exactly what I was looking for, thx!

ThomasDePauw
Автор

Very interesting and useful!

A useful command to see the different versions of a library inside your node_modules is "npm ls lodash"

dougk
Автор

Not easy to follow if I'm not a native eng speaker

vishnyo