Windows下没有Git环境,如何npm install

npm ERR! code ENOGIT
npm ERR! Error while executing:
npm ERR! undefined ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git
npm ERR!
npm ERR! undefined
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.

npm ERR! A complete log of this run can be found in:

npm install 装node.js就可以了
git 装windows下的小乌龟就可以了

npm install不需要windows环境下按照git.
需要安装npm或者cnpm,以及node.js。
请参考具体的教程http://www.runoob.com/vue2/vue-install.html