Udemy

Installing NODE.js in Windows

A free video tutorial from Edwin Diaz
Web Developer & Premium Instructor - 800,000 students
Rating: 4.4 out of 5Instructor rating
46 courses
880,944 students
Installing NODE.js in Windows

Learn more from the full course

Node.js for Beginners - Become a Node js Developer + Project

Build an Amazing CMS system - Using Express + MongoDB + Bootstrap - Handlebars + Authentication + AJAX + Deployment

23:10:46 of on-demand video • Updated April 2020

To build Amazing NodeJS applications like the CMS we build here using Express, MongoDB and more
To deploy Nodejs Apps on the Cloud
To create Login and Registration system using NodeJS
To use Mongoose (ODM) - very similar to ORM
To create custom events
To import and export data
To use the Express FrameWork
To handle HTTP requests
To deal with Files
To use WebSockets - (Chat application)
To use PassportJS a module to login to Facebook, Twitter, Google and more
To use Template Engines like Handlebars
And LOTS more.......
English [Auto]
Welcome back, my dear students. So for Windows users to install Node is pretty simple. All you have to do is basically the same thing we did for the Mac operating system. You just go to the website nodejs.org and here you're going to encounter two links, one for the current version, and if you see a higher version on your end, which you probably would will do not worry. We have this. We have designed this course to make it so it's available to all future updates. And if it's not available, I will make it so. But most of the things that we are going to be discussing and learning in this course is core foundations of NodeJS. Really, really core stuff, not just stuff that gets outdated all the time. So don't worry. So the most current, the most stable version is going to be the lower numbered version, and this one's going to be the higher for the of course, the highest version. I'm going to download the highest version. And I did it twice there. But anyway, if you. You can just click it from there or you can just download. And run the installer. Okay. Super simple. Super simple. Let me just cancel this. And for me, it's going to tell me to either change a repair or remove it just because I already have Node. But for you, it's going to tell you to install it and it's going to give you a couple of things that it's going to install the Node package manager, which is a little program that will download packages that we can use in our new applications. And you're going to see that later on some online documentation shortcuts and is going to add it to the path, right? So nets and nets and it's going to install Node Now to verify that it is installed, you can go to your terminal CMD. And typing node hyphen hyphen version and it should give you your version number. Okay. So node space hyphen hyphen version. Now I use a command, a shell here for windows that is very similar to Linux operating system, which when you when you are developing, especially like like I do in PHP and some other languages that we deal a lot with very low level technologies. And when I say low level meaning something like C C sharp, something that is closer to Linux, it's closer to the machine than let's say other high level languages like JavaScript or anything like that. When we are closer to the machine, we want to do a lot with the with the terminal. All right. And even those with higher level languages like JavaScript or something far away from, from the machine. When I say machine, I mean the CPU, the machine code. Lower level languages that have more control over your computer. So when we deal with high level languages like JavaScript, we don't need to use that much the terminal much we use editors, but I like to use the terminal a lot when I use tools. So for that git bash is a really handy tool that I use. Because it's very resembles Linux operating system a lot. So if you go to Git and I use GitHub a lot too, and I use Git for version control, but it has a really cool shell that I use. It's very similar to. Um, Linux to the Mac operating system as well. Okay. So if I, if I say CD desktop here or CD forward slash CD, you see it's very similar to our. LZ. Okay. Very similar to Linux. So. Very, very, very similar. But anyway, I want to thank you so much for watching this lecture. That's it for installing Node. And like I do in most of my lectures, don't get frustrated because I show you some extra things. It's just this is a beginner's course and some of you do not know this information. So thank you so much and I'll see you in the next lectures.