A CLI tool that watches LESS file changes and automatically compiles them to CSS using the `lessc` compiler. Version 1.17.5 released intermittently; supports Node >=18. Key differentiator: it tracks dependency trees so changes to imported LESS files trigger recompilation of parent files. Filesystem watcher with options for source maps, plugins, and configuration files.
npm install less-watch-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of less-watch-compiler: global install, watching folders, specifying main file, config file, and run-once.
Run `npm install -g less` before using less-watch-compiler.
Upgrade Node.js to version 18 or later.
Monitor less-watch-compiler updates for compatibility changes.
Use directories, not globs, for source and destination parameters.
Run `npm install -g less` to install the lessc binary.