-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issue With PATH Ordering #36
Comments
Sounds like something you can submit as a PR and test it with your setup to see if it makes a difference 👍 |
@knownasilya I've tried switching it in my local instance and I'm not seeing a change in the I'm not familiar with how Strider is architected. Where is the PATH environment variable set up? Trying to make that switch didn't seem to show any difference in the |
Running a few more experiments, it looks like Any ideas as to where I might be able to look? |
I'm not sure if I've misconfigured something, but the
PATH
environment variable seems to be putting/usr/bin
in the middle, before theN_PREFIX
directory, which means the system level version ofnode
is used instead of the one just downloaded vian
Output of
$PATH
aftern
activates the version requestedI'm not sure where that
/usr/bin
comes from in the middle, but I'm wondering if maybe https://github.com/Strider-CD/strider-node/blob/master/worker.js#L82 needs to be flipped so that the new paths are prepended toret.path
instead of appended.The text was updated successfully, but these errors were encountered: