Installing Deno
Explore the steps to install Deno on various operating systems, set up the VS Code editor with the official Deno plugin, enable shell command completions, and use the upgrade command to keep Deno updated. This lesson helps you prepare your environment to start building secure Deno applications efficiently.
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. ...