Registry / devops / esbuild-freebsd-64-for-imba

esbuild-freebsd-64-for-imba

JSON →
library0.0.2035jsnpmunverified

This package provides the FreeBSD 64-bit platform-specific binary for esbuild, a JavaScript bundler and minifier designed for speed. esbuild is known for its extremely fast build times compared to other bundlers like Webpack or Parcel. Version 0.0.2035 is a specific release patched for Imba compatibility. This package is typically installed automatically as a dependency of the main esbuild package and should not be directly depended upon. It supports Node.js >=12 and is primarily used in containerized or CI environments targeting FreeBSD x64.

npm install esbuild-freebsd-64-for-imba
INSTALL
IMPORT
SIG · ESBUILD-FREEBSD-64
E
esbuild-freebsd-64-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 esbuild from 'esbuild'
import * as esbuild from 'esbuild-freebsd-64-for-imba'
This package is a platform-specific binary; import the main 'esbuild' package instead.

Demonstrates basic bundling using esbuild's API; the binary package is automatically selected by esbuild.

import esbuild from 'esbuild'; await esbuild.build({ entryPoints: ['app.js'], bundle: true, outfile: 'out.js', }).catch(() => process.exit(1));
Debug
Known issues
gotchaDo not directly depend on this package; always use the 'esbuild' package. Direct dependency may cause resolution issues.
fix
Remove dependency on this package and install 'esbuild' instead.
affects: all
gotchaThis package only works on FreeBSD 64-bit. Do not install on other platforms; esbuild will automatically choose the correct binary.
fix
Only use this platform on FreeBSD x64; for other platforms, the main 'esbuild' package handles selection.
affects: all
Errors
Common errors & fixes
Module not found: Can't resolve 'esbuild'
Attempted to import this platform-specific package directly instead of the main esbuild package.
fix
Use 'esbuild' as the package name in imports: npm install esbuild
error: Unsupported platform: win32-x64 (expected freebsd-x64)
Tried to use this package on a non-FreeBSD platform.
fix
Do not install this package directly; let esbuild's main package handle platform detection.
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-freebsd-64-for-imba — npm install esbuild-freebsd-64-for-imba · libregistry