Lesson 1: Install Deno (In 50 seconds)

Опубликовано: 27 Апрель 2026
на канале: Zak H.
6,757
38

Welcome to the first lesson of my Deno JS series! In this lesson, we're going to learn how to install Deno on your computer. Deno is a new JavaScript runtime that is quickly gaining popularity due to its ease of use, security, and performance.

To install Deno, you will need to have a recent version of Node.js installed on your computer. Once you have Node.js installed, you can follow these steps to install Deno:

Windows:

1. Open a command prompt.
2. Run the following command to download the latest version of Deno:
curl -fsSL https://deno.land/install.sh | sh


MacOS or Linux:
1. Open a terminal window.
2. Run the following command to download the latest version of Deno:


Finally run either
deno --help or deno --version

To confirm that the deno executable has been installed on to your device. If either works, then you're all set to continue on to lesson two of our deno js series.

https://cleancode.studio/deno-vs-node