@alexmixaylov

Почему вылазит ошибка при установке шаблона ZURB Template?

Начал осваивать Foundation 6

Установил Foundation
npm install --global foundation-cli

базовый шаблон ставиться ОК, а когда пытаюсь поставить шаблон Zurb
вываливается ошибка
Downloading the project template...
Done downloading!

Installing dependencies...

npm ERR! git rev-list -n1 4.0: fatal: ambiguous argument '4.0': unknown revision or path not in the working tree.
npm ERR! git rev-list -n1 4.0: Use '--' to separate paths from revisions, like this:
npm ERR! git rev-list -n1 4.0: 'git <command> [<revision>...] -- [<file>...]'
npm ERR! git rev-list -n1 4.0: 
npm ERR! git rev-list -n1 4.0: fatal: ambiguous argument '4.0': unknown revision or path not in the working tree.
npm ERR! git rev-list -n1 4.0: Use '--' to separate paths from revisions, like this:
npm ERR! git rev-list -n1 4.0: 'git <command> [<revision>...] -- [<file>...]'
npm ERR! git rev-list -n1 4.0: 
npm ERR! git clone --template=/home/alex/.npm/_git-remotes/_templates --mirror git@github.com:gulpjs/gulp-cli.git /home/alex/.npm/_git-remotes/git-github-com-gulpjs-gulp-cli-git-15c23bd3: Cloning into bare repository '/home/alex/.npm/_git-remotes/git-github-com-gulpjs-gulp-cli-git-15c23bd3'...
npm ERR! git clone --template=/home/alex/.npm/_git-remotes/_templates --mirror git@github.com:gulpjs/gulp-cli.git /home/alex/.npm/_git-remotes/git-github-com-gulpjs-gulp-cli-git-15c23bd3: Permission denied (publickey).
npm ERR! git clone --template=/home/alex/.npm/_git-remotes/_templates --mirror git@github.com:gulpjs/gulp-cli.git /home/alex/.npm/_git-remotes/git-github-com-gulpjs-gulp-cli-git-15c23bd3: fatal: Could not read from remote repository.
npm ERR! git clone --template=/home/alex/.npm/_git-remotes/_templates --mirror git@github.com:gulpjs/gulp-cli.git /home/alex/.npm/_git-remotes/git-github-com-gulpjs-gulp-cli-git-15c23bd3: 
npm ERR! git clone --template=/home/alex/.npm/_git-remotes/_templates --mirror git@github.com:gulpjs/gulp-cli.git /home/alex/.npm/_git-remotes/git-github-com-gulpjs-gulp-cli-git-15c23bd3: Please make sure you have the correct access rights
npm ERR! git clone --template=/home/alex/.npm/_git-remotes/_templates --mirror git@github.com:gulpjs/gulp-cli.git /home/alex/.npm/_git-remotes/git-github-com-gulpjs-gulp-cli-git-15c23bd3: and the repository exists.

There were some problems during the installation.

 ✓ New project folder created.
 ✗ Node modules not installed. Try running npm install manually.
 ✓ Bower components installed.

перехожу в папку проекта, запускаю ручками npm install
и снова вываливается та же ошибка
как можно побороть это?
node -v v4.4.5
npm -v 2.15.5
  • Вопрос задан
  • 404 просмотра
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы