-
Notifications
You must be signed in to change notification settings - Fork 214
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
Explicitly specified interpreter is lost when running "npm\bin\npm-cli.js" #207
Comments
Why are you not running |
try |
Put nodist earlier in your PATH than regular node processes, restart any shells, and it'll use nodist instead of node. Better still, uninstall node. :D |
I'm using WebStorm and it runs npm commands with explicitly specified interpreter, e.g. Looks like it's caused by running
That works, thanks. However, it requires manual PATH configuration. |
C:\Program Files\Nodist\bin\node C:\Program Files\Nodist\npm\bin\npm-cli.js
Yeah, I know that "Nodist was designed to replace any existing node.js installation, so if node is already installed on your machine, uninstall it first.". However, seems it plays with other node installations nicely in other cases. Would be great to make it friendly here too. BTW, thanks for the tool!
The text was updated successfully, but these errors were encountered: