timdouglas / sublime-less2css

Sublime Text 2 Plugin to compile less files to css on save
202 stars 61 forks source link

Unable to interpret argument clean-css - if it is adescription: plugin (less-plugin-clean-css),make sure that it is installed under or at the same level as less #159

Open HappyAdu opened 8 years ago

HappyAdu commented 8 years ago

Unable to interpret argument clean-css - if it is a plugin (less-plugin-clean-css),make sure that it is installed under or at the same level as less .

按照写的教程安装了lessc和less2Css,但是不能编译和建立适当的less文件。配置成功了的。

HappyAdu commented 8 years ago

甚至在建立less文件的时候就会弹出这个。

when I create the less file,it say error to that, I feel that may be my setting is wrong.

jirigalis commented 8 years ago

The error message says it. You don't have the required plugin - less-plugin-clean-css. This plugin minifies your css file (I think). You have two options:

HappyAdu commented 8 years ago

Tthanks,ItI already running .

mengxianghan commented 6 years ago

检查安装的less版本,如果是3.0.1,降级到2.7.3即可