不能再使用powershell和git bash中的npm和gem

时间:2015-04-20 14:48:43

标签: powershell git-bash

我试图让git在PowerShell上工作,因为它无法识别命令。

Git现在可以使用,不幸的是其他任何东西都不起作用了。对于git bash(使用Windows 7)也是如此。这很烦人。

在git bash中它说:sh.exe: grunt: command not found

在PowerShell中,它表示如下:the term grunt is not recognized as the name of a cmdlet

我的git文件夹的路径如下:;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Git\cmd

1 个答案:

答案 0 :(得分:1)

好吧,所以我做错了,我删除了整个路径并添加了git one,这就是为什么只有git工作的原因。我不得不手动添加路径(将它们彼此堆叠后)添加到nodejs和ruby以使所有内容再次工作。

例如:C:\ Program Files \ nodejs