React Compiler CLI Linux ARM64 Binary

raw JSON →
0.1.0 verified Fri May 01 auth: no javascript

Native binary package for linux-arm64 architecture, consumed automatically by react-compiler-cli (version 0.1.0). This is an optional dependency that provides the compiled React Forget compiler binary for ARM64 Linux systems. Do not install directly; install react-compiler-cli instead. Release cadence matches the parent package. This is a platform-specific shim, not a general-purpose library.

error Module not found: Can't resolve 'react-compiler-cli-linux-arm64'
cause Direct import of this binary package.
fix
Remove direct dependency. Install react-compiler-cli instead.
error Error: The module '...' could not be found. Ensure that the package exists.
cause Attempting to require/import this package programmatically.
fix
Do not import. This is a binary only. Use react-compiler-cli.
gotcha Installing this package directly is a mistake. It has no usable exports and will not provide the CLI.
fix Install react-compiler-cli instead: npm install --save-dev react-compiler-cli
breaking Only for linux-arm64 platforms. Installing on other architectures will cause runtime errors.
fix Ensure your system is linux-arm64. For other platforms, the parent package will install the correct binary.
deprecated This package is a binary distribution and may not receive individual updates. Rely on react-compiler-cli for versioning.
fix Use react-compiler-cli ^0.1.0 which handles binary versioning.
npm install react-compiler-cli-linux-arm64
yarn add react-compiler-cli-linux-arm64
pnpm add react-compiler-cli-linux-arm64

Shows correct installation: install react-compiler-cli, not this arch-specific binary.

// Do not install this package directly.
// Instead, install the parent CLI package:
npm install --save-dev react-compiler-cli
# The CLI will automatically use this binary on linux-arm64.