Registry / devops / esbuild-dev-server-darwin-arm64

esbuild-dev-server-darwin-arm64

JSON →
library0.3.0jsnpmunverified

Native binary package for the esbuild-dev-server plugin on macOS ARM (Apple Silicon). Current version 0.3.0 provides a local development server with hot reloading, leveraging esbuild's fast bundling. Supports JavaScript and TypeScript. The ecosystem has infrequent releases; this package is the platform-specific binary dependency for esbuild-dev-server on darwin-arm64. No maintenance updates since 2024; consider hosting your own server or using alternatives like Vite or esbuild-hot-reload if activity is a concern.

npm install esbuild-dev-server-darwin-arm64
INSTALL
IMPORT
SIG · ESBUILD-DEV-SERVER
E
esbuild-dev-server-darwin-arm64
devopsjavascriptv0.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 (binary)
npm install esbuild-dev-server
npm install esbuild-dev-server-darwin-arm64
Do not install this package directly; it is an optional dependency of esbuild-dev-server and will be installed automatically on darwin-arm64. Installing it directly may cause platform mismatch.

Shows how to configure a basic dev server with hot reloading using esbuild-dev-server, assuming the main package is installed.

// esbuild-dev-server.config.js import { devServer } from 'esbuild-dev-server'; devServer({ entryPoints: ['src/index.js'], outdir: 'dist', port: 3000, hot: true, }).then(() => { console.log('Server started on http://localhost:3000'); }); // Run: node esbuild-dev-server.config.js
Debug
Known issues
gotchaThis package is platform-specific (darwin-arm64). Installing it on other platforms will fail or be unnecessary.
fix
Install the parent package 'esbuild-dev-server' which will automatically select the correct binary for your platform.
affects: all
deprecatedThe esbuild-dev-server package has seen no recent updates; consider migrating to actively maintained tools like Vite or esbuild-hot-reload.
fix
Evaluate alternatives such as Vite for better ecosystem support.
affects: >=0.1.0
Errors
Common errors & fixes
Module not found: Package 'esbuild-dev-server' is not installed
Trying to import from the binary package instead of the parent package.
fix
Install 'esbuild-dev-server' instead: npm install --save-dev esbuild-dev-server
Unsupported platform for esbuild-dev-server-darwin-arm64
Installing this package on a non-macOS ARM system.
fix
Remove this package and rely on the parent 'esbuild-dev-server' which handles platform detection.
Upgrade
Version history
0.3.0latest on npm
Audit
Dependencies
esbuild-dev-serverrequiredThis is the platform-specific binary; esbuild-dev-server is the parent package that uses it.
Agent activity
2 hits · last 30 days
node
2
Resources
esbuild-dev-server-darwin-arm64 — npm install esbuild-dev-server-darwin-arm64 · libregistry