Skip to content

Unable to build Less Bootstrap in Koala 1.4

Ethan Lai edited this page Jul 7, 2013 · 2 revisions

In koala 1.4, Less has been update to the version 1.4.0, and this breaks 1.3.1 code. Bootstrap also fails to compile under 1.4.0. Prepare Bootstrap for LESS 1.4.0.

How to fix this problem?

  1. Install Node.js, http://nodejs.org/download/

  2. Open the terminal, install less 1.3.3: npm install less@1.3.3 -g

  3. Koala settings > "General" > "Use System Libs", checke "less" option. For reference: use custom compiler versions.

  4. Now, try to recompile Bootstrap again.