Deno on Ubuntu
Deno on Ubuntu #ubuntu #linux #typescript #javascript #deno
Deno is a secure runtime for JavaScript and TypeScript.
We will install Deno on Ubuntu.
Enter the following commands in Terminal.
sudo apt install curl # do this if you don't have curl already installed
curl -fsSL https://deno.land/x/install/install.sh | sh
Next step is specifying Deno’s path to bash.
Open .bashrc and add the lines below to it.
nano ~/.bashrc
export…
View On WordPress









