-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hey, thanks for a great plugin! It's really helpful to see what I'm doing while working on an OpenAPI speficiation.
I recently reinstalled my OS, and I'm getting this error:
I suspect that it's related to how I manage my Node installation. I'm using asdf-vm to provide Node, which takes prescedence over my system-installed node.
Any ideas on how to make it work?
I'd be happy to provide an explicit path to Node in the settings.
$ which node
/home/teodorlu/.asdf/shims/node
$ node --version
v17.3.0
/usr/bin/node
$ /usr/bin/node --version
v17.3.0
$ where node
/home/teodorlu/.asdf/shims/node
/usr/bin/node
/bin/node
$ head /home/teodorlu/.asdf/shims/node
#!/usr/bin/env bash
# asdf-plugin: nodejs 14.18.2
# asdf-plugin: nodejs 16.7.0
# asdf-plugin: nodejs 10.16.0
# asdf-plugin: nodejs 12.22.8
# asdf-plugin: nodejs 16.13.1
# asdf-plugin: nodejs 14.13.0
exec /opt/asdf-vm/bin/asdf exec "node" "$@"
Metadata
Metadata
Assignees
Labels
No labels
