Registry / devops / jinge-compiler-linux-arm64

jinge-compiler-linux-arm64

JSON →
library4.1.11jsnpmunverified

Native binary distribution of the Jinge Rust-based compiler for the linux-arm64 (aarch64) platform. Version 4.1.11 is the current stable release. This package is part of Jinge's strategy to distribute platform-specific binaries via npm, automatically selected by the jinge-compiler meta-package. It provides no JavaScript API directly and is not meant to be imported manually.

npm install jinge-compiler-linux-arm64
INSTALL
IMPORT
SIG · JINGE-COMPILER-LIN
J
jinge-compiler-linux-arm64
devopsjavascriptv4.1.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

binary
// Not imported directly; installed automatically as optional dependency of jinge-compiler
import something from 'jinge-compiler-linux-arm64'
This package is a platform-specific binary binding used internally by jinge-compiler. Do not import or require it directly.

Shows that jinge-compiler-linux-arm64 is an internal dependency and should not be used directly; instead install jinge-compiler.

// This package is automatically installed by jinge-compiler. // To use the Jinge compiler on Linux ARM64, install the meta-package: npm install jinge-compiler // Then use it via the CLI or JavaScript API: // CLI: npx jinge-compiler build // JavaScript: const jinge = require('jinge-compiler'); // or import jinge from 'jinge-compiler'; // if ESM // Use jinge to compile templates...
Debug
Known issues
gotchaDo not install or import this package directly. It is automatically selected as an optional dependency based on your platform (linux-arm64).
fix
Remove explicit dependency on jinge-compiler-linux-arm64 and install jinge-compiler instead.
affects: all
deprecatedPlatform-specific binary packages are deprecated in favor of a unified single-package approach.
fix
Upgrade to jinge-compiler version that bundles all platforms or use the meta-package.
affects: >=4.0.0
Errors
Common errors & fixes
Error: Cannot find module 'jinge-compiler-linux-arm64'
The package is only installed when platform is linux-arm64 and jinge-compiler is installed.
fix
Install jinge-compiler instead: npm install jinge-compiler
Module not found: Error: Can't resolve 'jinge-compiler-linux-arm64'
Direct import of this package in webpack or similar bundler fails because it's not meant to be imported.
fix
Remove any import of 'jinge-compiler-linux-arm64' from your code. Use jinge-compiler.
Upgrade
Version history
4.1.11latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
jinge-compiler-linux-arm64 — npm install jinge-compiler-linux-arm64 · libregistry