Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap

NPM (Node Package Manager) Modules allow you to add additional functionality to your Node.js apps. In this NPM Tutorial for Beginners you will learn how to add Node Modules to both production and development builds of your application.

Subscribe https://bit.ly/3nGHmNn

This lesson is part of a Node.js for Beginners tutorial series playlist:
https://www.youtube.com/playlist?list=PL0Zuz27SZ-6PFkIxaJ6Xx_X46avTM1aYw

NPM Node Package Manager Modules | NPM Tutorial for Beginners

(00:00) Intro
(00:05) Welcome and Overview
(00:29) What is NPM?
(01:35) Goals for tutorial
(01:46) How to find the NPM documentation
(02:30) How to install an NPM package globally
(05:00) npm init
(06:16) package.json
(07:05) Installing a production dependency
(07:51) Node modules
(09:47) Using a package in your application
(11:16) Installing a dev dependency
(12:04) NPM scripts
(14:07) Adding another production dependency
(14:42) Importing a package with an alias
(16:58) Searching for npm packages
(18:43) Semantic versioning
(21:15) How to update dependencies
(21:47) How to uninstall an NPM package

References:
Node.js Official site: https://nodejs.org
NPM Official site: https://www.npmjs.com/

Follow Me:
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/
Blog: https://yesdavidgray.com
Reddit: https://www.reddit.com/user/DaveOnEleven

Was this tutorial about NPM aka Node Package Manager and node modules helpful? If so, please share. Let me know your thoughts in the comments.

#npm #node #modules