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.