-
Notifications
You must be signed in to change notification settings - Fork 891
Description
Describe the bug
I installed deno v1.0.0 using asdf and this plug-in: https://github.com/asdf-community/asdf-deno
I get an error when trying to run deno
To Reproduce
All I did was run this exact command in the terminal
deno
Expected behavior
The deno runtime should've run.
Actual behavior
I got this error
➜ Damian deno
/home/damianrivas/.asdf/lib/commands/command-exec.bash: line 31: with_shim_executable: command not found
➜ Damian
Environment
OS: Ubuntu 18.04 in Windows Subsystem for Linux
asdf version: v0.7.8-4a3e3d6
asdf plugins affected (if relevant):
asdf plugins installed:
https://github.com/asdf-community/asdf-deno
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I looked at the source file identified in the error and went from there. I discovered that with_shim_executable
is a function written in utils.bash
in the asdf source.
I use ZSH if that matters.