尝试解决问题,但不确定为什么突然出现,我无法在本地安装gulp
。这是我机器上的任何文件夹。
这是我得到的:
C:\source\portalTest>npm install gulp
npm ERR! code 128
npm ERR! Command failed: C:\app\cmder\vendor\git-for-windows\cmd\git.EXE clone --depth=1 -q -b 1681/head git://github.com/gulpjs/gulp.git C:\Users\Mark\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-3782b653 --config core.longpaths=true
npm ERR! warning: templates not found C:\Users\Mark\AppData\Local\Temp\pacote-git-template-tmp\git-clone-b45c0eb0
npm ERR! warning: Could not find remote branch 1681/head to clone.
npm ERR! fatal: Remote branch 1681/head not found in upstream origin
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Mark\AppData\Roaming\npm-cache\_logs\2017-06-02T19_24_16_382Z-debug.log
任何人都知道为什么会发生这种情况并且如何解决这个问题?尝试了npm cache clean
以及我在互联网上找到的其他任何东西,但没有任何效果。