RUVIDEO
Поделитесь видео 🙏

Installing Node.js - JavaScript Game Dev Tutorial

ACCESS the FULL COURSE here: https://academy.zenva.com/product/mmorpg-academy/?zva_src=youtube-mmorpg-academy

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.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Installing Node.js - JavaScript Game Dev Tutorial», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.