Skip to content

Instantly share code, notes, and snippets.

@obabawale
Last active June 22, 2018 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obabawale/f9eb0ccaed99b7f75a66ee847e041396 to your computer and use it in GitHub Desktop.
Save obabawale/f9eb0ccaed99b7f75a66ee847e041396 to your computer and use it in GitHub Desktop.

Install Less compiler on Ubuntu 17.10

  1. Install node package

sudo apt-get install npm

  1. Install less using node package manager

npm install less -g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment