Install packages in a Node.js application using npm

Share this video with your friends

Send Tweet

In this lesson, you will learn how to find packages to add functionality to your application. You will also learn some valuable tips on how to choose a stable, supported package. We also demonstrate how to install packages using npm and the two simple rules to understand when you should install globally with the -g flag or install the package locally. The dependency section of package.json is used to show how to manage dependencies for both production and development packages. Finally, the caret (^), tilde(~), and star (*) wildcards are explained to control which versions your package is compatible with as well as installing package dependencies from git repos.

Lars Rye Jeppesen
Lars Rye Jeppesen
~ 9 years ago

Great series.. thank you.. the pace is perfect...

Will Button
Will Button(instructor)
~ 9 years ago

Right on! Thanks!

Franck
Franck
~ 6 years ago

Just a remark, you don't precise in the previous videos, the creation of the package.json. It's just,it's seems me, your lessons are for beginners. A refresh with ES6 are more important too