如何在Linux上安装zurb foundation

问题描述 投票:-1回答:1

我正在使用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
vue.js zurb-foundation
1个回答
0
投票

您可以使用其他方式安装它,如NPM包和院子和碗或从基金会自己的网站下载。如果你想一直以ez方式安装,最好这样做:

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

npm install --global foundation-cli

安装后,它会转到你的方向:〜/ user / anyfolder

并在您的终端中输入:

foundation new

完成!你有基础所有文件和包。

© www.soinside.com 2019 - 2024. All rights reserved.