Vue.js 如何在Linux上安装ZURB基金会 我正在使用Linux,需要安装ZURB基金会来进行电子邮件。我正在按照基金会自述文件的说明进行操作,但我在终端中遇到了这个错误 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

Vue.js 如何在Linux上安装ZURB基金会 我正在使用Linux,需要安装ZURB基金会来进行电子邮件。我正在按照基金会自述文件的说明进行操作,但我在终端中遇到了这个错误 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,vue.js,zurb-foundation,Vue.js,Zurb Foundation,您可以使用另一种方式来安装它,如NPM软件包、院子和碗,或者从基金会自己的网站下载。如果要始终在ez way上安装,最好执行以下操作: 首先安装Node js并打开您的终端类型: npm install --global foundation-cli 安装后,按如下方式转到您的方向:~/user/anyfolder 然后在终端中键入: foundation new 完成了!所有文件和包都有基础。

您可以使用另一种方式来安装它,如NPM软件包、院子和碗,或者从基金会自己的网站下载。如果要始终在ez way上安装,最好执行以下操作:

首先安装Node js并打开您的终端类型:

npm install --global foundation-cli
安装后,按如下方式转到您的方向:~/user/anyfolder

然后在终端中键入:

foundation new
完成了!所有文件和包都有基础。