-
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
Can not use npm in git bash after installing Nodist. #223
Comments
This is what I get on:
Git Bash
cmd.exe
Windows PowerShell
Git CMD
|
I guess it is some kind of "path" issue in my computer,. When I use a win7 PC ,Nodist works well and in another win 10 pc, it also works well. It may not a common issue, but I would like to know how to fix that. It troubles me for a long time. Thanks for help! |
Can you run the below in Git Bash?
|
$ which nodist $ which npm $ which node |
Do you have to install nodist on the /c/ path. Because I currently have it installed in the Programe Files (x86) folder and that doesn't seem to work |
Hi,
I can use it in windows cmd and windows powershell. I use win 10. I can not use npm in git bash while node and nodist work well in git bash and cmd and powershell.
Thanks for help!
The text was updated successfully, but these errors were encountered: