react-compiler-cli Linux x64 Binary
raw JSON → 0.1.0 verified Fri May 01 auth: no javascript
This is the linux-x64 native binary package for react-compiler-cli version 0.1.0. It is an internal dependency of the cross-platform react-compiler-cli package and should not be installed directly. Users should install react-compiler-cli instead, which will automatically select the correct platform-specific binary via optionalDependencies or similar mechanisms. There are no active releases or known release cadence; this is a single-point publication.
Common errors
error Cannot find module 'react-compiler-cli-linux-x64' ↓
cause Direct installation and require/import of this package, which has no main entry point.
fix
Uninstall it: npm uninstall react-compiler-cli-linux-x64. Then install react-compiler-cli and use that.
error Module not found: Can't resolve 'react-compiler-cli-linux-x64' ↓
cause Same as above; bundler cannot resolve the package because it has no JS exports.
fix
Install react-compiler-cli and import from there.
Warnings
gotcha Do NOT install this package directly. Install react-compiler-cli instead. ↓
fix Run npm install react-compiler-cli
gotcha Platform-specific: This package only works on linux-x64. Other OS/arch will use their own binary packages. ↓
fix Ensure you are on a linux-x64 system or install react-compiler-cli which handles platform detection.
Install
npm install react-compiler-cli-linux-x64 yarn add react-compiler-cli-linux-x64 pnpm add react-compiler-cli-linux-x64 Imports
- none wrong
npm install react-compiler-cli-linux-x64correctInstall react-compiler-cli, not react-compiler-cli-linux-x64. Binary is used internally.
Quickstart
npm install react-compiler-cli
npx react-compiler-cli --version