本文介绍了通过凉亭安装聚合物冻结的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我按照官方页面的说明安装凉亭,但是当我到达命令行时:

I follow the instructions of the official page to install bower, but when I reach to the command line:

bower install --save Polymer/core-elements

bower卡住了很长时间,什么也不输出,最后我得到了内存不足"错误.怎么了?

bower get stuck and outputs nothing for a long while, in the end I get a "out of memory" error. What is wrong?

我正在使用Ubuntu 14.04

I am using Ubuntu 14.04

推荐答案

Bower存在一个周期性的问题,该问题已在master上解决,但尚未发布. https://github.com/bower/bower/issues/1169

There's a cyclical issue with Bower that's been fixed on master but hasn't made it to a release yet. https://github.com/bower/bower/issues/1169

这篇关于通过凉亭安装聚合物冻结的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 00:17