git is not installed or not in the PATH

前端 未结 9 1202
天涯浪人
天涯浪人 2020-12-05 06:14

Windows, when I try to run npm install, it shows:

mean@1.0.0 postinstall E:\\mean
node node_modules/grunt-cli/bin/grunt install
Running \"bower:         


        
9条回答
  •  自闭症患者
    2020-12-05 07:05

    Installing git and running npm install from git-bash worked for me. Make sure you are in the correct directory.

提交回复
热议问题