Skip to main content

TomAlcala

Tag: deno

Deno Version Management

Logo © Samip Poudel Deno is really nice! Version managers are nice too, they offer a way to have several versions of a runtime, dependencies installed at a user level, without breaking system runtime if any. Here we will use one version manager to install the Deno runtime 😀. Lexicon Deno Deno is a JavaScript/TypeScript runtime that can replace NodeJS, with the aim to be more secure. Deno Runtime Installation Standard Installation There are a bunch of scripts to install the Deno runtime in the official documentation, depending on your operating system.