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

esbuild-linux-ppc64le-for-imba

JSON →
library0.0.2035jsnpmunverified

Platform-specific binary package for esbuild, a fast JavaScript bundler and minifier (v0.0.2035, pre-release). This package delivers the esbuild binary for Linux on PowerPC 64-bit Little Endian architecture. As a platform-specific optional dependency, it is automatically selected during installation on compatible systems. The esbuild project is actively maintained with frequent releases, offering significantly faster build performance compared to webpack or Parcel, and native support for TypeScript and JSX. Note: This package is not meant to be directly installed or imported; it is a dependency of 'esbuild' and is pulled by npm's optional dependency system.

npm install esbuild-linux-ppc64le-for-imba
INSTALL
IMPORT
SIG · ESBUILD-LINUX-PPC6
E
esbuild-linux-ppc64le-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
✓ import * as esbuild from 'esbuild'
✗ import esbuild from 'esbuild-linux-ppc64le-for-imba'
Do not import this package directly. Use the main 'esbuild' package instead. This is an optional dependency for esbuild.
require('esbuild')
✓ const esbuild = require('esbuild')
✗ const esbuild = require('esbuild-linux-ppc64le-for-imba')
Always require 'esbuild', not the platform-specific binary.
Config: platform binary
✓ // esbuild automatically picks the correct binary; no import needed
✗ // Manually specifying platform binary in config is unnecessary
esbuild's installer uses optional dependencies to select the correct binary per platform.

Demonstrates that esbuild-linux-ppc64le-for-imba is an internal dependency and how to correctly use esbuild.

// This package is not used directly. Instead, install esbuild: // npm install esbuild // Then use it programmatically or via CLI: import * as esbuild from 'esbuild'; await esbuild.build({ entryPoints: ['app.js'], bundle: true, outfile: 'out.js', platform: 'node', target: ['node12'] }); console.log('Build complete!');
Debug
Known issues
gotchaDo NOT install or import this package directly. It is an optional dependency of esbuild and should not be manually added to package.json.
fix
Install the main 'esbuild' package instead and let npm handle platform binaries automatically.
affects: all
breakingThis package is architecture-specific and will fail on non-Linux PPC64LE systems if manually installed.
fix
Do not install this package; rely on esbuild's automatic platform detection.
affects: all
deprecatedVersion 0.0.2035 is pre-release; esbuild has since reached v0.24+. Consider updating to a stable release.
fix
Update to esbuild version >=0.24 for stable releases and latest features.
affects: <=0.0.2035
Errors
Common errors & fixes
Error: Cannot find module 'esbuild-linux-ppc64le-for-imba'
Directly requiring the platform-specific binary package instead of the main esbuild package.
fix
Replace require('esbuild-linux-ppc64le-for-imba') with require('esbuild') or import from 'esbuild'.
Module not found: Can't resolve 'esbuild-linux-ppc64le-for-imba'
Importing the platform package in a bundler configuration.
fix
Do not reference this package; configure esbuild via the main 'esbuild' package.
Upgrade
Version history
0.0.2035latest on npm
Audit
Dependencies

No dependency data recorded yet.

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