23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
Understanding NPM - Node.js Package Manager
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Understand and practice NPM. Learn how to use NPM in Node.js, how to install NPM packages, how to configure NPM scripts.
What you'll learn
• Initialize any project using NPM init
• Install project dependencies
• Understand what is the difference between dependencies and development dependencies
• Explain what is Semantic Versioning and what different kinds of packages versions mean
• Explain difference between Browser Application and Server Package
• Understand purpose of the "package-lock" file
• Update project dependencies
• Configure NPM scripts and execute them
• Combine NPM scripts into the one script
• Explain what is executable script and how it is executed on the Mac and on Windows
Requirements
• Basic JavaScript knowledge is desirable but not required
• Any computer - Mac or PC
Description
In this course I will explain you what is NPM and how it is used.
You will learn how to initialize new project, how to install new dependencies and explore their child dependencies.
We will also discuss what is Semantic Versioning and what Major, Minor and Patch versions mean.
You will also understand what is the purpose of the package-lock.json file.
I will explain you what is the purpose of the NPM scripts and how they should be used. We will talk about built-in NPM scripts and custom script. Also we will combine several NPM scripts in a one using npm-run-all external package.
You will understand what is executable script and what is the purpose of the .bin folder in the node_modules folder. I will explain you what is shebang line and how it is used on the Unix-based system and on Windows.
Happy learning!
Who this course is for:
• JavaScript developers who want to know how to properly use NPM
Understanding NPM - Node.js Package Manager/001 LECTURE - Intro/003 PRACTICE - Practice Exercises (IMPORTANT).html
1.6 KB
Understanding NPM - Node.js Package Manager/01 Introduction to the NPM/004 PRACTICE - Exploring NPM packages-en.srt
1.8 KB
Understanding NPM - Node.js Package Manager/01 Introduction to the NPM/004 PRACTICE - Exploring NPM packages.mp4
28.3 MB
Understanding NPM - Node.js Package Manager/01 Introduction to the NPM/005 LECTURE - Package.json and init-en.srt
3.7 KB
Understanding NPM - Node.js Package Manager/01 Introduction to the NPM/005 LECTURE - Package.json and init.mp4
58.5 MB
Understanding NPM - Node.js Package Manager/01 Introduction to the NPM/006 LECTURE - Semantic Versioning-en.srt
5.1 KB
Understanding NPM - Node.js Package Manager/01 Introduction to the NPM/006 LECTURE - Semantic Versioning.mp4
90 MB
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/007 LECTURE - Packages Installation-en.srt
2.4 KB
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/007 LECTURE - Packages Installation.mp4
43.8 MB
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/008 PRACTICE - Install package in the project-en.srt
5.3 KB
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/008 PRACTICE - Install package in the project.mp4
86.5 MB
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/009 CHALLENGE - Install Semver package-en.srt
792 B
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/009 CHALLENGE - Install Semver package.mp4
11.4 MB
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/010 CHALLENGE - Install Semver Package - SOLUTION-en.srt
12.3 KB
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/010 CHALLENGE - Install Semver Package - SOLUTION.mp4
194.9 MB
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/011 PRACTICE - Install Browserslist - package with own dependencies-en.srt
3.9 KB
Understanding NPM - Node.js Package Manager/02 Installation of the NPM packages/011 PRACTICE - Install Browserslist - package with own dependencies.mp4
58.2 MB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/012 LECTURE - Dependencies and Development Dependencies-en.srt
3.1 KB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/012 LECTURE - Dependencies and Development Dependencies.mp4
52.3 MB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/013 PRACTICE - Examine Development Dependencies-en.srt
7.2 KB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/013 PRACTICE - Examine Development Dependencies.mp4
114.6 MB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/014 PRACTICE - Browser App vs Server Package-en.srt
5 KB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/014 PRACTICE - Browser App vs Server Package.mp4
89.1 MB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/015 CHALLENGE - Clock Browser Application-en.srt
1.8 KB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/015 CHALLENGE - Clock Browser Application.mp4
31.2 MB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/016 CHALLENGE - Clock Browser Application - SOLUTION-en.srt
12.9 KB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/016 CHALLENGE - Clock Browser Application - SOLUTION.mp4
221.5 MB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/017 LECTURE - Clock Challenge Summary-en.srt
2.4 KB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/017 LECTURE - Clock Challenge Summary.mp4
43.7 MB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/018 LECTURE - Browser App vs Public Package-en.srt
7.4 KB
Understanding NPM - Node.js Package Manager/03 Dependencies vs Development Dependencies/018 LECTURE - Browser App vs Public Package.mp4
128.7 MB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/019 PRACTICE - Exploring Package Information and Versions-en.srt
2.7 KB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/019 PRACTICE - Exploring Package Information and Versions.mp4
45.2 MB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/020 PRACTICE - Installing Specific Package Version-en.srt
3.7 KB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/020 PRACTICE - Installing Specific Package Version.mp4
59.2 MB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/021 LECTURE - Why package-lock.json file is needed-en.srt
4.9 KB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/021 LECTURE - Why package-lock.json file is needed.mp4
89.1 MB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/022 CHALLENGE - Reinstall old package version without lock file-en.srt
1.1 KB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/022 CHALLENGE - Reinstall old package version without lock file.mp4
18.4 MB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/023 CHALLENGE - Reinstall old package version without lock file - SOLUTION-en.srt
3.2 KB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/023 CHALLENGE - Reinstall old package version without lock file - SOLUTION.mp4
55.4 MB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/024 LECTURE - How lock file is handled-en.srt
12.1 KB
Understanding NPM - Node.js Package Manager/04 NPM packages versions and package-lock.json file/024 LECTURE - How lock file is handled.mp4