我正在使用Linux,需要为电子邮件安装Zurb Foundation。我正在按照基金会的自述文件中的说明进行操作,但是在终端中出现此错误。
npm ERR! code 1
npm ERR! Command failed: git clone --mirror -q https://github.com/gulpjs/gulp.git /home/aleksandar/.npm/_cacache/tmp/git-clone-f2e4e63d/.git
npm ERR! /home/aleksandar/.npm/_cacache/tmp/git-clone-f2e4e63d/.git: Permission denied
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /home/aleksandar/.npm/_logs/2019-04-09T11_37_25_470Z/debug.log
答案 0 :(得分:0)
您可以使用其他方式来安装它,例如NPM套件和院子或碗,或者从基金会自己的网站下载。如果您想一直以ez方式安装,最好这样做:
首先安装Node js并打开您的终端,键入:
npm install --global foundation-cli
安装后,按照您的指示进行操作:〜/ user / anyfolder
然后在您的终端中输入:
foundation new
完成!您已经建立了所有文件和软件包的基础。