Platform-specific binary package for the lightningcss CLI tool, targeting x86_64 Linux with glibc. This is an optional dependency of the main `lightningcss-cli` package, automatically installed on compatible systems. The underlying tool is a CSS parser, transformer, and minifier written in Rust, known for its extreme speed and modern CSS feature support (nesting, layers, container queries, etc.). Current stable version is 1.32.0. It is released as part of the Parcel bundler ecosystem. Key differentiators: performance comparable to esbuild, full CSS spec compliance, built-in CSS modules and vendor prefixing. This package should not be installed directly.
npm install lightningcss-cli-linux-x64-gnuNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows correct usage of the parent CLI and programmatic API rather than installing this platform package directly.
Install 'lightningcss-cli' instead: npm install -g lightningcss-cli
For Alpine, use the musl variant: 'lightningcss-cli-linux-x64-musl'. For other platforms, install a different binary or use the Node.js API.
Ensure you are on a supported platform (x86_64 Linux with glibc) and that the package manager has installed the correct optional dependency. If not, install the appropriate binary package manually (e.g., lightningcss-cli-linux-x64-gnu).
Install the main CLI package: npm install -g lightningcss-cli
No dependency data recorded yet.