Registry / devops / esbuild-linux-arm64-for-imba

esbuild-linux-arm64-for-imba

JSON →
library0.0.2035jsnpmunverified

Native binary package for esbuild on Linux ARM64 (aarch64), version 0.0.2035. This is a platform-specific dependency automatically installed by esbuild when running on Linux ARM64. The main esbuild package is a fast JavaScript bundler and minifier written in Go, known for its speed (10-100x faster than Webpack/Rollup) and ESM-native architecture. This package should not be installed directly; it is a prebuilt binary used by the `esbuild` package.

npm install esbuild-linux-arm64-for-imba
INSTALL
IMPORT
SIG · ESBUILD-LINUX-ARM6
E
esbuild-linux-arm64-for-imba
devopsjavascriptv0.0.2035
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.

esbuild binary
ESM: import * as esbuild from 'esbuild'
import esbuild from 'esbuild-linux-arm64-for-imba'
Do NOT import this package directly; it is a platform-specific binary used internally by the main 'esbuild' package.
transformSync
import { transformSync } from 'esbuild'
const { transformSync } = require('esbuild-linux-arm64-for-imba')
All esbuild functions are exported from the main 'esbuild' package, not from this platform package.
build
import { build } from 'esbuild'
import { build } from 'esbuild-linux-arm64-for-imba'
The build function is part of esbuild public API; this package only provides the binary.

Correct way to use esbuild; this binary is an internal dependency, not for direct import.

// This package is not meant to be used directly. // Install esbuild instead: npm install esbuild // Then use in your project: import { build } from 'esbuild'; await build({ entryPoints: ['app.js'], bundle: true, outfile: 'out.js', platform: 'node', target: 'node12', }); // This binary will be automatically selected on Linux ARM64.
Debug
Known issues
gotchaDo not install or import this package directly; it is automatically installed as an optional dependency of esbuild.
fix
Install the main 'esbuild' package instead.
affects: all
gotchaThis package is a platform-specific binary for Linux ARM64; it will not work on other architectures.
fix
Use the main 'esbuild' package which handles platform selection automatically.
affects: all
gotchaVersion 0.0.2035 is tied to esbuild version 0.12.19; mismatched versions may cause errors.
fix
Ensure the versions of platform packages match the esbuild version.
affects: >=0.0.2035
Errors
Common errors & fixes
Error: Cannot find module 'esbuild-linux-arm64-for-imba'
The package is only installed on Linux ARM64; on other platforms, the equivalent package (e.g., esbuild-linux-64) is used.
fix
Do not require this package directly; the main 'esbuild' package resolves the correct binary.
Module not found: Can't resolve 'esbuild-linux-arm64-for-imba'
Package is a native binary not meant for direct import; it is not a JavaScript module.
fix
Use 'esbuild' instead. This package is not importable.
The platform "linux" with architecture "arm64" is not currently supported
An older version of esbuild may not include binaries for this architecture.
fix
Update esbuild to the latest version.
Upgrade
Version history
0.0.2035latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
esbuild-linux-arm64-for-imba — npm install esbuild-linux-arm64-for-imba · libregistry