Installing Node.js - JavaScript Game Dev Tutorial

Опубликовано: 17 Октябрь 2019
на канале: Zenva
1,323
11

ACCESS the FULL COURSE here: https://academy.zenva.com/product/mmo...

TRANSCRIPT

So for our API, we will be dealing with this using Node.js. If you're not familiar, Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a browser. And so to follow with the videos, you will need to have Node.js installed on your machine. So in your browser, if you go to nodejs.org, you'll be taken to this page here, and you'll be able to download a version for your particular operating system. So it'll be two different versions. One will be LTS and the other one will be current, so I recommend the LTS version. So this is the long-term support. This is currently the supported version of Node.js. You are welcome to use the current release that has the latest features, but I do recommend the LTS version since that's what we'll be using for this course. So to download it, go ahead and click on the LTS button. You'll be then prompted to download the package. Go ahead and save. So then after the package has been installed, you'll wanna go ahead and run your installer for your appropriate operating system, so this may be different because I am on a Mac. So after you run the installer, you'll be prompted and it'll let you know you'll be installing Node and npm, so to install Node, you'll need to agree to the software license agreement, so if you wanna go ahead and pause the video and read that. Then next you'll see you'll go ahead and continue through the prompts until you install Node on your machine. This may take a few minutes. All right, so to verify if Node is installed and working correctly, let's go ahead and open up a new terminal or command prompt, and then once you're there, if you go ahead and do node -v, it'll show you which version of Node that you currently have installed on your machine, and which one's been resolved. And then also, if you do npm -v, it'll show you which version of npm is currently installed as well.


На этой странице сайта вы можете посмотреть видео онлайн Installing Node.js - JavaScript Game Dev Tutorial длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Zenva 17 Октябрь 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 1,323 раз и оно понравилось 11 зрителям. Приятного просмотра!