简体   繁体   English

ExBuild:PhantomJS sass构建退出,代码为:137

[英]ExBuild: PhantomJS sass build exited with code : 137

I'm facing some problem like below while developing an web app using the command 使用命令开发网络应用时,我遇到了如下所示的问题

      $ Sencha app build development

and it throws some exceptions likes 并抛出一些异常喜欢

ExBuild: PhantomJS sass build exited with code : 137

i 'm unable to understand what does it mean and how can i get rid off these problem. 我不明白这是什么意思,如何摆脱这些问题。 my system is ubuntu 14.0 and Sencha ExtJs 6.0.2. 我的系统是ubuntu 14.0和Sencha ExtJs 6.0.2。 Thanks in advance. 提前致谢。

sass (Syntactically Awesome Style Sheet) is an extension to CSS that makes it easy to write and maintain CSS, but is not supported by browsers. sass (语法上很棒的样式表)是CSS的扩展,可以轻松编写和维护CSS,但浏览器不支持。

A "PhantomJS sass build" refers to the process of compilation of SASS (which is nice to write) into CSS (which browsers understand), done in the 3rd party product PhantomJS (which is a "headless browser", a browser without GUI). “ PhantomJS sass构建”是指在第三方软件PhantomJS(这是“无头浏览器”,没有GUI的浏览器)中完成的将SASS(易于编写)编译为CSS(浏览器可以理解)的过程。 。

Inside PhantomJS, which doesn't understand SCSS either, runs a javascript code called "Sencha Fashion", a so-called "transpiler" that converts SASS to CSS. 在也不了解SCSS的PhantomJS内部,运行了一个名为“ Sencha Fashion”的JavaScript代码,这是一个将SASS转换为CSS的所谓的“ transpiler”。

Now, your version of PhantomJS throws error 137, which is a pain to find out without a concise error message. 现在,您的PhantomJS版本会引发错误137,如果没有简明的错误消息,就很难找到。 You can check whether you have enough free system memory and which version of PhantomJS is installed and possibly revert to an older version , to name a few possibilities a short google search has brought up . 您可以检查是否有足够的可用系统内存,以及是否安装了PhantomJS的哪个版本,以及是否可能恢复为旧版本 ,以列举 简短的Google搜索带来的几种可能性

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM