Video description
In this course the author 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.
The author will explain to you what is the purpose of the NPM scripts and how they should be used. We will talk about built-in NPM scripts and a 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. He will explain to you what is shebang line and how it is used on the Unix-based system and on Windows. Happy learning!
What You Will 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 the difference between Browser Application and Server Package
- Understand the 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
Audience
The course is for JavaScript developers who want to know how to properly use NPM.
About The Author
Bogdan Stashchuk:
Table of contents
Product information
- Title: Understanding NPM - Node.js Package Manager
- Author(s):
- Release date: October 2018
- Publisher(s): Packt Publishing
- ISBN: 9781789955958
You might also like
book
Full-Stack React, TypeScript, and Node
Discover the current landscape of full-stack development and how to leverage modern web technologies for building …
video
Node.js Essentials
6+ Hours of Video Instruction Learn to write performant back-end applications in JavaScript by leveraging the …
video
Node.js API Masterclass with Express and MongoDB
This course will help you to create an extensive, in-depth backend API for DevCamper, a Bootcamp …
video
Node.js - The Complete Guide
Node.js is one of the most popular and modern server-side programming languages and is used widely …