Skip to content

Error starting the preview #8

Description

@teodorlu

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:

image

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" "$@"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions