1 00:00:00,500 --> 00:00:02,690 Hey, there, this is Andre from the future. 2 00:00:03,080 --> 00:00:03,620 That's right. 3 00:00:03,800 --> 00:00:10,790 You just watched a video of me installing node, but oh, now we're in the future and the no versions 4 00:00:10,790 --> 00:00:17,360 are now higher based on when you watch the video, this might be even higher where the light's release 5 00:00:17,360 --> 00:00:17,780 is. 6 00:00:17,780 --> 00:00:18,440 Probably. 7 00:00:18,650 --> 00:00:20,030 Well, probably this version. 8 00:00:20,600 --> 00:00:21,890 So what can you do here? 9 00:00:22,430 --> 00:00:24,140 Well, it doesn't really matter, right? 10 00:00:24,530 --> 00:00:30,530 I said in the previous video that as long as you have a version higher than this, everything in this 11 00:00:30,530 --> 00:00:31,760 course will work. 12 00:00:33,050 --> 00:00:38,150 But let's say you coming back to this video or just in general, you want to keep your software up to 13 00:00:38,150 --> 00:00:44,330 date and you decide that I want to get the latest version of Node because this latest version of Node 14 00:00:44,330 --> 00:00:47,120 has the best, most up to date features. 15 00:00:47,960 --> 00:00:52,880 Let's say we go back to our terminal and in here I check my node version. 16 00:00:53,780 --> 00:00:58,640 I see that have version nine point six now and this version 9.6. 17 00:00:58,640 --> 00:01:01,940 Well, it's definitely lower than what the latest is. 18 00:01:03,020 --> 00:01:12,050 Once again, if I do and PM version, here I get five point six, which if we look at the homepage and 19 00:01:12,050 --> 00:01:17,540 maybe the downloads here, you see that it includes AMPM version six point nine. 20 00:01:18,990 --> 00:01:24,360 So if I go to the homepage here, it will actually automatically detect one machine you're on or you 21 00:01:24,360 --> 00:01:30,030 can go specifically to downloads and download specific to your operating system. 22 00:01:31,440 --> 00:01:35,670 Now, let's go through a process where we update our node version. 23 00:01:35,970 --> 00:01:38,910 All we need to do is click on this. 24 00:01:41,140 --> 00:01:42,130 Open up the package. 25 00:01:44,130 --> 00:01:45,390 Go through the installer. 26 00:01:47,130 --> 00:01:48,000 Let's continue. 27 00:01:48,030 --> 00:01:49,620 Yes, we agree to the license. 28 00:01:54,510 --> 00:01:55,560 And let's close. 29 00:01:58,490 --> 00:02:05,060 OK, so let's go back to the terminal here and tried Node Dash, the. 30 00:02:06,960 --> 00:02:13,890 Well, all I have to do is close my terminal and open up a new window, so in my case, I can just open 31 00:02:13,890 --> 00:02:14,700 up a new window. 32 00:02:14,970 --> 00:02:16,260 Let's make this a little bit bigger. 33 00:02:16,860 --> 00:02:25,680 If I now do note Dash V, check that out, I have the latest version of note, if once again I do 22:00 34 00:02:25,680 --> 00:02:26,700 Dash V. 35 00:02:28,200 --> 00:02:31,200 I have the latest version of npm as well. 36 00:02:31,800 --> 00:02:33,000 Very, very cool. 37 00:02:33,450 --> 00:02:36,900 Now, based on your machine, you might encounter some issues. 38 00:02:37,050 --> 00:02:40,860 So I will leave some resources for you to actually help you along. 39 00:02:41,280 --> 00:02:47,520 For example, if you're just installing the latest version of npm, there's a way to do it, as I've 40 00:02:47,520 --> 00:02:49,780 shown you before with OSX and Linux. 41 00:02:50,070 --> 00:02:56,940 And then for Windows, there is a separate way of updating things again, if it's just the npm you want 42 00:02:56,940 --> 00:03:03,780 to upgrade and they actually have a couple of nice links of how to do it step by step. 43 00:03:04,970 --> 00:03:13,070 But I'm only showing you this because in the future in your project, you might want to upgrade some 44 00:03:13,070 --> 00:03:13,790 of your tooling. 45 00:03:14,360 --> 00:03:19,220 If you're watching this video right now and this is your first time downloading node, then most likely 46 00:03:19,220 --> 00:03:22,700 you have the latest version anyway, so you don't have to do anything like you.