安装gulp 4时npm出错

时间:2017-09-05 18:19:22

标签: npm gulp

我正在尝试使用以下命令安装gulp 4:

sudo npm install git+https://git@github.com/gulpjs/gulp.git#4.0 --save-dev

但是获得权限拒绝错误:

npm ERR! code 1
npm ERR! Command failed: /usr/bin/git clone --depth=1 -q -b 4.0             https://git@github.com/gulpjs/gulp.git         /Users/abhilashdk/.npm/_cacache/tmp/git-clone-52649803
npm ERR! /Users/abhilashdk/.npm/_cacache/tmp/git-clone-52649803/.git:     Permission denied
npm ERR!

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/abhilashdk/.npm/_logs/2017-09-05T18_05_21_216Z-debug.log

请告诉我错误是什么以及如何纠正?

npm -v -> 5.4.0
node -v  -> 8.2.1

我正在使用macOS Sierra。

由于

1 个答案:

答案 0 :(得分:0)

我可以使用以下命令安装gulp 4:

sudo npm install gulpjs/gulp.git#4.0 --save-dev

我生成并添加了ssh密钥。在此之后出现以下错误:

Permission denied (publickey).
fatal: Could not read from remote repository.

但是无论如何都安装了gulp 4:)