Skip to content Skip to sidebar Skip to footer

Widget HTML #1

Understanding NPM - Node.js Package Manager

Understanding NPM - Node.js Package Manager

Understanding NPM - Node.js Package Manager, Understand and practice NPM. Learn how to use NPM in Node.js, how to install NPM packages, how to configure NPM scripts.
Created by Bogdan Stashchuk, English, English [Auto-generated]

PREVIEW THIS COURSE - GET COUPON CODE

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
  • 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!

Students also bought

Implement High Fidelity Designs with Material-UI and ReactJS
Bridge the gap between Design & Development! Break down detailed designs and bring them to life with Material-UI/React.

Gatsby JS: Build PWA Blog With GraphQL And React + WordPress
Create Gatsby JS Progressive Web App With GraphQL And React + WordPress & Add Jam Stack To Your Skills

Complete React Hooks Course 2020: A - Z ( Scratch to React )
React JS Hooks way ( Latest & Comprehensive) : Redux , React Router, Testing with Jest, Build Component Library

React Pizza Shop - Ordering Food with Hooks and Firebase
Build a Tasty Restaurant Ordering App with React Hooks, Firebase, and Styled-Components. Mamma Mia!

NodeJS - The Complete Web Developer Bootcamp 2020
Build Real World Web Apps Using Node, Express, PostgreSQL, MongoDB and more..

Post a Comment for "Understanding NPM - Node.js Package Manager"