-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't find executable importjsd. #26
Comments
Same here, using $ which -a importjs
/Users/markalfred/.asdf/shims/importjs
$ which -a importjsd
/Users/markalfred/.asdf/shims/importjsd $ echo $PATH
/Users/markalfred/.rbenv/shims /Users/markalfred/.rbenv/bin /Users/markalfred/.asdf/shims /opt/homebrew/opt/asdf/bin /opt/homebrew/bin /opt/homebrew/sbin /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/local/Python/bin /usr/local/Go/bin >>> os.environ['PATH']
'/Users/markalfred/.rbenv/shims:/Users/markalfred/.rbenv/bin:/Users/markalfred/.asdf/shims:/opt/homebrew/opt/asdf/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Python/bin:/usr/local/Go/bin' Adding this setting doesn't help {
"paths": ["/Users/markalfred/.asdf/shims"]
} The error is consistently:
|
This problem still exists. I found a temporary solution by adding a symbolic link:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I did
npm install -g import-js
, I try to use it in Sublime Text but I always have this error message.I did put in my settings
but nothing changes.
Is my setting good ? I did check in the path that there is a
bin
folder, and there is one.The text was updated successfully, but these errors were encountered: