Installing Deno
Learn how to set up the Deno environment on your local machine.
Setting up the environment
One of Deno’s principles is to ensure that its single executable is self-contained and includes all necessary dependencies, aiming for completeness. This decision, among others, dramatically facilitates the installation step. In this lesson we’ll learn how to install Deno on different systems.
Installing Deno
To make sure everything written in this course runs smoothly, we’ll be using version .
This is one of the rare parts of this course where things might differ, depending on your operating system. After the installation is complete, it doesn’t matter how we installed Deno. Let’s get practical and install Deno on our machines. ...