-
Notifications
You must be signed in to change notification settings - Fork 213
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
Does not work well without Admin perms #174
Comments
Mmmh. The problem is probably the default install path in |
I cannot reproduce this, weirdly. Can you provide steps to reproduce and windows version, please? Enabling nodist debug output via |
When having set |
That could be it. But shouldn't the installer take care of that? |
The installer should put |
Well I don't have nodist installed anymore (sorry!). But all of those screenshots are from before I installed nvm. My current path looks like this:
Obviously, the |
@osher Can you confirm |
I had to tweak my path so I could work, mind you, so my machine is by definition not typical. |
Mmm. mind you that updating the System PATH requires admin perms as well. |
when switching node version in non elevated prompt the prefix is set to Very annoying |
@Casz Hi. Which prefix are you talking about? NODIST_PREFIX? Or the prefix of the output of |
npm config get prefix |
If I'm already here, then lets report this one too...
I could not use nodist on the corporate machine, on which I have no admin privileges.
I did get one of our IT-Ops to install it for me, and I tried to use it - but I got weird indecisive behaviors every time I used node and every time I tried to change versions.
using NPM left a trail of [ \ - / | \ - / .... ] consuming all my shell buffer
Changing versions did not really work
also changing npm versions did not behave as expected as well.
Using it on a machine logged as a user with proper admin perms works as expected.
Obviously it's about perms...
Any advise?
Is there a way I can show my Ops manager how to install Nodist to work for developers without asking to give them admin perms?
The text was updated successfully, but these errors were encountered: