WATCH NEXT: Javascript Interview Questions and Answers - Dominate Your Next Interview - kzbin.info/www/bejne/rZ-8fHtombRpaJIsi=5DfbGEfhXWiiv0a_
@ks61152 жыл бұрын
Very good video about concepts and most important with examples! Well explained, thks!
@MonsterlessonsAcademy2 жыл бұрын
Glad it was helpful!
@hughluo8494 Жыл бұрын
Great explanation, thanks 💯
@MonsterlessonsAcademy Жыл бұрын
Glad it was helpful!
@StreetGuy9113 жыл бұрын
привіт! є питання: якщо уявити ситуацію, що наші депенденсі ссилаютсья на ріізні версії одної і тої ж ліби, як це відобразитьсся в лок файлі? і яка версія в результаті буде обрана?
@MonsterlessonsAcademy3 жыл бұрын
Привет. Если депенденси могут использовать одну версию те >1.0
@ytbcmt46863 жыл бұрын
Respect from India
@MonsterlessonsAcademy3 жыл бұрын
Thank you!
@ertugrulgurler9901 Жыл бұрын
Thank you !!
@MonsterlessonsAcademy Жыл бұрын
You're welcome!
@valendis Жыл бұрын
Sure I will spend half of my time fixing conflicts in the lockfile, no one working in a company will do this, next you'll tell me to fix conflicts in my built and minimized webpack output file 😅 I get the point but nowadays it's not possible, I use ncu to update packages and everytime I do this I clear the lockfile. So it's useful for the new dev that just want to npm i but that's pretty much it
@MonsterlessonsAcademy Жыл бұрын
It looks like you are missing the point. If you open any project that exists it will have a lock file. Every time when you "just remove" lock file you app can break because a dependency of dependency was updated. So removing it is not a typical or safe workflow for any company.