NPM Crash Course

preview_player
Показать описание
This is a beginner-friendly crash course and tutorial on NPM or the Node Package Manager. Some of what you will learn.....

Install and remove modules
Update modules
Set init defaults
Local & global modules
Dependencies & dev dependencies
Listing modules
Semantic Versioning
NPM Scripts

COMMANDS:

BECOME A PATRON: Show support & get perks!

ONE TIME DONATIONS:

COURSES & MORE INFO:

FOLLOW TRAVERSY MEDIA:

NEED WEB HOSTING?

NEW DISCORD CHAT SERVER:
Рекомендации по теме
Комментарии
Автор

Guys, you do not need to do --save anymore with NPM 5+

TraversyMedia
Автор

You dont need a bootcamp or a paid course ! you only need Brad Traversy to become a web developer

elbasiriyouness
Автор

npm init - Initialize package.json file

npm run - run the scripts

npm install - install packages

npm remove - remove packages

npm update - update packages

npm config - config package.json file

npm list - show all your packages

—save - dependencies on your project

—save-dev - dependencies only for development

-g - install package globally

—production - initialize package.json only with —save delpendencies

AkkayHT
Автор

It's 2021 and this npm tutorial video is still good to learn, thankyou bro

wibowomuhmmad
Автор

I love the video, Brad. Thanks again for explaining a previously confusing topic so easily and clearly. My NPM confidence level is over 9000 now!

wesstephenson
Автор

I have to say Brad, I've only recently started watching your videos but already I'm a huge fan.
Your style is very easy to follow and even with more in-depth stuff it is very easy to learn as I watch, so well done!

grantpritchard
Автор

Feb 2023 update: You do not need to use `npm install --save [packagename]` anymore. Just `npm install [packagename]` does the same thing. `--save` is not needed anymore. Similarly instead of `npm install --save-dev [packagename]`, do `npm install -D [packagename]`

webtutorials
Автор

This is the best video for learning NPM, hands down. Absolutely no need for any other npm tutorial when this video exists..

luciferg
Автор

Things become much easier if someone can explain them in a simple manner, so that even a beginner can understand...thanks Brad ! ...keep on the great work.

ManontheBroadcast
Автор

When I have issues with electron Brad puts out a video.
When npm has been giving me grief the past week, Brad puts out another video. HE'S A WIZARD

luisgguillermo
Автор

This is the only real NPM tutorial on Youtube, I am watching this on my smart TV using Chromecast ⚘😘

alimansourey
Автор

You know what others have that you don't have? Complexity!

Yeah, man! That is compliment!!! Your teachings are straight to the point and easy to understand!

joemgap
Автор

among all the people that make free courses and stuff relating to programming here in yt... dude, you're one of the bests! Thanks for all your videos

solymar
Автор

I am still watching at 19.28 and thought I am ready to post a comment. A big thank you for this video. its very clear, explains exactly the stuff that I have been really concerned with and have been searching for months. You are a life saver. subscribed.

wimalranaweeratunga
Автор

From zero to hero in 42:02 minutes. Thank you!

Aavikko
Автор

Man, all I have to say is this crash course was EXCELLENT! I was totally lost with NPM and now I have a better understanding. Thank you so much! Smiles ☺

ab
Автор

Thank you very much for this video. Before watching this video, i used to switch to new linux distro, everytime just because i wasn't able update or remove global packages. You saved me from that big hassle.

mylordishere
Автор

Brad Traversy's videos are all I need in my life.

gnzlplcs
Автор

Maannn you've done tutorials in almost everything for full-stack devs Thanks for everything sir.

stuffedstuff
Автор

It is so important that Mean Stack Developers should understand the structure of NPM... Thanks Brad

omermindivanli