Registry / devops / esbuild-android-64

esbuild-android-64

JSON →
library0.15.18jsnpmunverified

A WebAssembly shim for esbuild targeting Android x64 platforms, version 0.15.18. This package is part of the esbuild ecosystem and is automatically installed when using esbuild on Android x64. It provides a WebAssembly build of esbuild for environments where native binaries are not available. The release cadence matches esbuild's main releases. Differentiators: platform-specific package for Android x64, enabling esbuild usage in Android environments such as Termux. No other package serves this specific platform.

npm install esbuild-android-64
INSTALL
IMPORT
SIG · ESBUILD-ANDROID-64
E
esbuild-android-64
devopsjavascriptv0.15.18
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
const esbuild = require('esbuild')
const esbuild = require('esbuild-android-64')
This package is not imported directly; it is a dependency of the main 'esbuild' package. Import 'esbuild' instead.
transform
import { transform } from 'esbuild'
import { transform } from 'esbuild-android-64'
All API functions are exported from the main 'esbuild' package. Use ESM or CJS as appropriate.
build
const { build } = require('esbuild')
const { build } = require('esbuild-android-64')
The build function is part of the main esbuild API. Require from 'esbuild', not the platform-specific shim.

Demonstrates that esbuild-android-64 is automatically used when esbuild is installed on Android x64 – no direct import needed.

// This package is not used directly. Install esbuild and it will automatically select the correct platform package. // Install esbuild: // npm install esbuild // Example usage (in any Node.js environment, including Android x64): const esbuild = require('esbuild'); esbuild.build({ entryPoints: ['app.js'], bundle: true, outfile: 'out.js', }).catch(() => process.exit(1));
Debug
Known issues
gotchaDo not install esbuild-android-64 manually; it will be installed automatically by esbuild.
fix
Uninstall esbuild-android-64 and install esbuild instead: npm uninstall esbuild-android-64 && npm install esbuild
affects: >=0.0.0
deprecatedPlatform-specific esbuild packages (like esbuild-android-64) are deprecated in favor of the main 'esbuild' package using optional dependencies.
fix
Use the main 'esbuild' package. It will automatically install the correct platform binary.
affects: >=0.14.0
breakingesbuild v0.15.0 changed the way platform-specific packages are resolved. Ensure you are using a compatible Node version (>=12).
fix
Update Node.js to >=12 and install esbuild@latest.
affects: >=0.15.0
Errors
Common errors & fixes
Cannot find module 'esbuild-android-64'
Manually trying to import esbuild-android-64 instead of esbuild.
fix
Use require('esbuild') or import from 'esbuild'.
Module not found: Can't resolve 'esbuild-android-64'
Using esbuild-android-64 in a browser or bundler without proper configuration.
fix
This package is not meant for browsers; use esbuild in a Node.js environment.
esbuild-android-64: The platform "android" is incompatible with this module.
Attempting to use the package on a non-Android platform.
fix
This package is only for Android x64. On other platforms, esbuild will install the correct package automatically.
Upgrade
Version history
0.15.18latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
esbuild-android-64 — npm install esbuild-android-64 · libregistry