Node JS Tutorial for Beginners #20 - The Node Package Manager

preview_player
Показать описание
Yo gang, in this Node JS tutorial, I'll intro you to the Node Package Manager (or npm for short). The npm allows us to easily install Node packages into our application to increase it's functionality.

----- COURSE LINKS:

---------------------------------------------------------------------------------------------
You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, WordPress & more on the channel homepage...

========== JavaScript for Beginners Playlist ==========

============ CSS for Beginners Playlist =============

============== The Net Ninja =====================

================== Social Links ==================

Рекомендации по теме
Комментарии
Автор

Best tutorials ever, better than some charged ones on the internet. Really are for beginners, even someone like me who have no knowledge in coding can understand.
Thanks a lot!

harryli
Автор

this tutorial series was 100 times more useful than my actual college course

dickbenis
Автор

Thank you very much. what great about your tuts is that you make everything look simple.

TheGuroguro
Автор

shaun, you actually are really the best teacher, yo know it?

imagineabout
Автор

thankyou very much for this cool tutorials

amazingshortvideos
Автор

Thank you so much for this well explained tuts. You make stuff super easy to understand.👍👍

frankkiogora
Автор

best tutuorials man i just started with node js and followed your tutorial during covid19

ankitsingh-rbpc
Автор

You bad boy made my life easier, thanks for the very nice video series!

ahwaliazizi
Автор

quick, entertaining, well explained! You're the best! I've looked at a lot of instructors and you"re absolutely the best! thank you so much!!!


keep hard work broski

Juan.Jose.Jaramillo
Автор

Many thanks for the tutorials. Awesome stuff.

baurks
Автор

Great videos :) can you make a video about hosting a nodejs website on web please ?

tyagiFit
Автор

all of NetNinja's tutorials are amazing, but is no one going to tell him that 'dawgs' is just pronounced 'dogs'? 😂

AndreaFlores-xmuo
Автор

its cool when u say uninstall no ohhh express

risechess
Автор

In think something has changed between 2016 and now. I ran 'npm install express' without problem, it installed all dependencies, altogether about 50 packages. But when executing 'npm uninstall express', it only removed the express folder, and gave an error message that it could not find package.json.

conaxliu
Автор

can you run css and javascript files in this way? supposing your loaded html requires a css and js file - how would these load?

lunar-ixvu
Автор

iam unable to install express..iam getting a error
registry returned 404 error..how can i resolve it? @The Net Ninja can u help to sort it?

theashishahuja
Автор

When I do 'npm uninstall express' it only uninstalls express and not the dependencies as you mentioned. Is there a different command that would uninstall the dependencies as well?

jveerman
Автор

Hey, i have a problem, for me it's create also Package-lock.json file and when i do command for uninstalling package it's uninstall only 2 packages, but previoulsy installed 42 packages. Soo I don't have only .bin folder like in this video after uninstalling express. Please, can anyone explain me that?

Ok, after a few trys, I've founded out why this happen to me.
SOLUTION:
First: package-lock.jaon is a file which is created automaticaly in newer version od node.js
Second: If u have the same problem try to first "npm init", which is explained in next one video, and then try to install and uninstall express. For me it's installed 42 packages and uninstall 43, soo only .bin folder left in node_modules.

McDiffi
Автор

not able to get the functionality of res.exit() . It sometimes returns a text, sometimes its returning a json object. But if we use it while piping something to client, there is just a white screen . Why?

nisheetdas
Автор

How would I properly do a search in npmjs site? If not for this video, I wouldn't know I should search 'express' for something that does routing!

conaxliu