在XAMPP和laravel 5.3上使用本地服务器在Windows 10上安装gulp

时间:2017-01-11 19:12:24

标签: laravel-5 gulp windows-10-desktop

我尝试在gulp的根目录XAMPP上的开发环境中安装test site。无论我做什么,我都会得到以下错误,我无法弄清楚出了什么问题:

# npm install
npm ERR! git clone --template=C:\Users\Username\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git@github.com:jeroennoten/webpack-stream.git C:\Users\Username\AppData\Roaming\npm-cache\_git-remotes\git-github-com-jeroennoten-webpack-stream-git-patch-1-b24e730a: undefined
npm ERR! git clone --template=C:\Users\Username\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git@github.com:jeroennoten/webpack-stream.git C:\Users\Username\AppData\Roaming\npm-cache\_git-remotes\git-github-com-jeroennoten-webpack-stream-git-patch-1-b24e730a: undefined
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v6.9.4
npm ERR! npm  v3.10.10
npm ERR! code ENOGIT

npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.

npm ERR! Please include the following file with any support request:
npm ERR!     c:\Users\Username\Documents\Xampp\htdocs\development.test\npm-debug.log

我曾尝试使用较旧版本的nodejs,看看这是否有助于解决问题,但也无法解决问题。

我使用的是XAMPP本地服务器的Windows 10 64位,并且在我的机器上全局安装了gulp。

请帮助!!!

1 个答案:

答案 0 :(得分:0)

所以,只是回答我自己的问题并可能帮助其他人,他们也遇到了和我一样的问题,我在堆栈上找到了答案here

在按照答案中给出的分步说明之前,请确保在您的计算机上安装GitHub。

感谢善良的人,他们实际上可以在那里花费宝贵的时间并发布正确的答案,而不是立即降级问题,甚至不试图帮助他人。