Everything You Need to Know to Get Started With npm | Node Package Manager Explained

preview_player
Показать описание
In this video, @LearnLinuxTV shows you how to use the npm JavaScript package manager. You'll learn how to install npm, what packages are available, how to install and remove specific packages, and more.

Chapters:
0:00 Introduction
0:11 What is NPM?
0:36 What Packages Are Available?
1:25 NPM vs YARN
2:46 Install NPM
6:00 Initialize a new NPM Project
7:30 Install a Package with NPM
8:25 Review the Package File
8:50 Install All Dependencies At Once
9:50 Install Globally
10:20 Uninstall Packages
10:50 Update NPM Packages
11:18 Conclusion

#npm #nodepackagemanager #development
Product: npm, developers, node package management; @LearnLinuxTV
Рекомендации по теме
Комментарии
Автор

Thank you very much for this tutorial, I am trying to run npm init -y and this works for me fine, but I have seen other tutorials that begin with $ npm init -y which does not work form what is the difference ? Many thanks in advance

marksiely