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

esbuild-netbsd-64-for-imba

JSON →
library0.0.2035jsnpmunverified

Platform-specific binary package for running esbuild on NetBSD AMD64. Version 0.0.2035 is a very early pre-release of esbuild, a high-performance JavaScript bundler and minifier written in Go. This package does not include the esbuild CLI itself but is a platform dependency automatically installed by the main esbuild package. NetBSD is not officially supported by Node.js, so esbuild may not work correctly on NetBSD. This package has no release cadence and should only be used via the main esbuild npm package.

npm install esbuild-netbsd-64-for-imba
INSTALL
IMPORT
SIG · ESBUILD-NETBSD-64-
E
esbuild-netbsd-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 platform binaries (netbsd-64)
Also install the main 'esbuild' package; this package is an optional dependency.
npm install esbuild-netbsd-64-for-imba
This package is not meant to be installed directly. It is automatically fetched by the esbuild package when targeting NetBSD AMD64.
require('esbuild')
const esbuild = require('esbuild');
require('esbuild-netbsd-64-for-imba')
The main esbuild API is imported from the 'esbuild' package, not from this platform binary package.

Demonstrates that this package is an internal dependency of esbuild and should not be used directly.

// This package is not meant to be used directly. // Instead, install esbuild and it will automatically download the correct binary. const esbuild = require('esbuild'); esbuild.buildSync({ entryPoints: ['app.js'], bundle: true, outfile: 'out.js', }); // If you are on NetBSD AMD64, esbuild will use this package. // But note that NetBSD is not officially supported by Node.js.
Debug
Known issues
gotchaNetBSD is not a supported Node.js platform, so esbuild may not work.
fix
Use esbuild on a supported platform (Linux, macOS, Windows) instead.
affects: >=0.0.2035
gotchaThis package is an internal platform binary; do not install it directly.
fix
Install the main 'esbuild' package instead.
affects: >=0.0.2035
Errors
Common errors & fixes
Error: Cannot find module 'esbuild'
Trying to import this package directly instead of the main esbuild package.
fix
Install 'esbuild' (not 'esbuild-netbsd-64-for-imba') and import from 'esbuild'.
Error: The platform "netbsd" is not supported by esbuild.
Running esbuild on a NetBSD system where this binary is not fully compatible.
fix
Use a supported platform or build esbuild from source with patches.
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-netbsd-64-for-imba — npm install esbuild-netbsd-64-for-imba · libregistry