Meteor Semantic-UI少编译错误
Meteor Semantic-UI less compile error
我正在尝试使用官方语义-ui meteor 包。我按照所有步骤生成文件夹,但出现此错误:
While building the application:
client\lib\semantic-ui\theme.import.less:23:10: Less compiler error:
expected ')' got 'o'
我检查了文件及其这一行:
@import (optional) "@{themesFolder}/@{site}/globals/site.variables";
我不确定是什么问题,但我认为与(可选)有关。
我该如何解决这个问题?
您应该尝试删除官方的 Meteor less 包并添加 less-autofixer Meteor 包。
meteor add flemay:less-autoprefixer
这是官方语义 ui 包的必要先决条件ui站点。
我正在尝试使用官方语义-ui meteor 包。我按照所有步骤生成文件夹,但出现此错误:
While building the application:
client\lib\semantic-ui\theme.import.less:23:10: Less compiler error:
expected ')' got 'o'
我检查了文件及其这一行:
@import (optional) "@{themesFolder}/@{site}/globals/site.variables";
我不确定是什么问题,但我认为与(可选)有关。
我该如何解决这个问题?
您应该尝试删除官方的 Meteor less 包并添加 less-autofixer Meteor 包。
meteor add flemay:less-autoprefixer
这是官方语义 ui 包的必要先决条件ui站点。