【发布时间】:2018-08-08 11:40:54
【问题描述】:
我已经使用 CodeKit 好几年了,今天早上我尝试通过下载 Zurb 的 Foundation 来启动一个新项目,但一直收到此错误。
Foundation: Installation failed. CodeKit cloned Foundation's Git repository to
your project folder, but it could not download the latest components using Bower. Try these steps to fix the problem:
1. Be sure you're connected to the Internet.
2. If you are running any blocking/security apps like Little Snitch or Antivirus software, disable those.
3. If you have installed Apple's Developer Tools, launch Xcode, accept the license terms and let the installation routine finish.
4. Make sure your network or firewall is not blocking the default port for git:// URLs, which is 9418. (Corporate networks do this frequently.) Use the "Tasks" menu to switch Git to use https:// URLs instead.
5.Delete the following hidden folders in your home directory: ".cache", ".npm", ".local"
我按照 5 个步骤进行了尝试,但我仍然无法安装 Foundation。
尝试通过 New Zurb Foundation Project 选项安装 Foundation 6。
【问题讨论】:
-
这里也一样,你找到解决办法了吗?
-
所以这是 Zurb 从 Bower 更改为 Node 的问题,Codekit 已更新,这解决了我遇到的问题。希望这会有所帮助。