Registry / devtools / esbuild-dev-server-win32-x32

esbuild-dev-server-win32-x32

JSON →
library0.3.0jsnpmunverified

The Windows 32-bit binary package for esbuild-dev-server, version 0.3.0. This is a platform-specific dependency automatically installed when using esbuild-dev-server on Windows 32-bit systems. The main esbuild-dev-server package provides a local development server with live reload functionality built on top of Esbuild. It offers hot reloading out of the box, similar to tools like Vite but with a focus on minimal configuration. Release cadence is irregular; the package is primarily a binary wrapper and does not contain library code itself. Version 0.3.0 is current as of the metadata.

npm install esbuild-dev-server-win32-x32
INSTALL
IMPORT
SIG · ESBUILD-DEV-SERVER
E
esbuild-dev-server-win32-x32
devtoolsjavascriptv0.3.0
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-dev-server (plugin)
import { esbuildDevServer } from 'esbuild-dev-server'
const esbuildDevServer = require('esbuild-dev-server')
ESM-only; CommonJS require will fail.
startDevServer
import { startDevServer } from 'esbuild-dev-server'
const { startDevServer } = require('esbuild-dev-server')
Main function to start the server.
Plugin
import { plugin } from 'esbuild-dev-server'
import Plugin from 'esbuild-dev-server'
Default export is not available; named export only.

Start a development server with hot reloading using esbuild-dev-server on port 3000.

import { startDevServer } from 'esbuild-dev-server'; startDevServer({ port: 3000, root: 'public', hot: true, esbuildConfig: { entryPoints: ['src/index.js'], outdir: 'public/build', bundle: true, }, }).then(() => console.log('Server running on http://localhost:3000'));
Debug
Known issues
gotchaThis package is platform-specific: esbuild-dev-server-win32-x32 is auto-installed on Windows 32-bit. Direct manual installation is not recommended.
fix
Install the main 'esbuild-dev-server' package; do not install platform binaries directly.
affects: >=0.1.0
deprecatedOS-specific binary packages like esbuild-dev-server-win32-x32 are considered internal; they may be removed in future versions.
fix
Use the main package 'esbuild-dev-server'.
affects: >=0.3.0
breakingVersion 0.3.0 requires Node.js >=14; older Node versions may cause installation failures.
fix
Upgrade Node.js to version 14 or later.
affects: >=0.3.0
gotchaThe binary is only for Windows 32-bit; it will fail to load on other platforms.
fix
Ensure you are on Windows 32-bit or install the appropriate platform binary.
affects: *
Errors
Common errors & fixes
Error: The module 'esbuild-dev-server-win32-x32' was not found
Trying to import the platform binary directly instead of the main package.
fix
Use 'import ... from 'esbuild-dev-server'' instead.
Unsupported platform: win32-x32
Running on a non-Windows 32-bit OS (e.g., Linux) or mismatched architecture.
fix
Install the correct platform package or use the main 'esbuild-dev-server'.
Upgrade
Version history
0.3.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Resources
esbuild-dev-server-win32-x32 — npm install esbuild-dev-server-win32-x32 · libregistry