curl -fsSL https://deno.land/x/install/install.sh | sh
# Edit shell configs to add deno to the PATH? (Y/n) █
## Y
# Set up completions?
# [x] bash
# [ ] zsh
# [ ] fish
deno -v
# deno 2.2.5
.vscode/settings.json
{
"deno.enable": true,
"deno.lint": true,
"editor.tabSize": 2,
"editor.formatOnSave": true
}
deno.json
"nodeModulesDir": "auto"