Registry / devops / esbuild-config-linux-64

esbuild-config-linux-64

JSON →
library1.0.1jsnpmunverified

The platform-specific Linux 64-bit binary package for esbuild-config (v1.0.1), a CLI tool that generates esbuild configuration files. This is an optional dependency automatically installed by esbuild-config on Linux x64 systems. The package is rarely installed directly; instead, esbuild-config (the parent) should be used. Release cadence is low, with only a few versions since 2020. Key differentiator: provides config file support for esbuild, which natively uses CLI arguments only.

npm install esbuild-config-linux-64
INSTALL
IMPORT
SIG · ESBUILD-CONFIG-LIN
E
esbuild-config-linux-64
devopsjavascriptv1.0.1
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-config
import 'esbuild-config-linux-64'
const esbuildConfig = require('esbuild-config-linux-64')
This is a binary package, not a JavaScript module. It should not be imported directly. Use 'esbuild-config' instead.

Shows how to properly use this binary package via the parent esbuild-config package.

// This package is a platform-specific binary for esbuild-config. // Do NOT install or import directly. Instead, install the parent package: // npm install esbuild-config // Then run: // npx esbuild-config init // See https://github.com/bpierre/esbuild-config for full usage.
esbuild-config --version
Debug
Known issues
gotchaDo not install this package directly. Install esbuild-config instead, which will automatically select the correct binary for your platform.
fix
Run 'npm install esbuild-config' and remove any direct dependency on esbuild-config-linux-64.
affects: >=1.0.0
breakingVersion 1.0.0+ dropped support for non-Linux x64 architectures on this package. Use other platform-specific packages (e.g., esbuild-config-darwin-64, esbuild-config-win32-64) for other OS.
fix
If on macOS, install esbuild-config-darwin-64; if on Windows, install esbuild-config-win32-64. Or simply install esbuild-config.
affects: >=1.0.0
Errors
Common errors & fixes
Module not found: Error: Can't resolve 'esbuild-config-linux-64'
Attempting to import or require this binary package directly in JavaScript code.
fix
Do not import this package. Install and use 'esbuild-config' instead. This binary is automatically used by the parent package.
Error: Cannot find module 'esbuild-config-linux-64'
Installing esbuild-config-linux-64 directly without proper context, or mixing platforms.
fix
Remove esbuild-config-linux-64 and install 'esbuild-config' instead. Ensure your package.json lists only esbuild-config as a dependency.
Upgrade
Version history
1.0.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

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