A
A
Alexander2016-06-16 09:45:53
Node.js
Alexander, 2016-06-16 09:45:53

Why do I get an error when installing the ZURB Template?

I started to learn Foundation 6
Installed Foundation
npm install --global foundation-cli the
base template is installed OK, and when I try to install the Zurb template, an
error occurs

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 [email protected]: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 [email protected]: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 [email protected]: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 [email protected]: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 [email protected]: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 [email protected]: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.

I go to the project folder, run npm install handles
and the same error falls out again,
how can I overcome this?
node -v v4.4.5
npm -v 2.15.5

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question