Registry / devops / esbuild-dev-server-linux-x64

esbuild-dev-server-linux-x64

JSON →
library0.3.0jsnpmunverified

This is the Linux 64-bit binary for esbuild-dev-server, a development server for esbuild that provides live reloading. Version 0.3.0 introduces a new API and updated documentation. The package is a platform-specific binary dependency and is not meant to be used directly; instead, rely on esbuild-dev-server which automatically selects the correct binary. Release frequency is moderate, with version 0.3.0 being the latest.

npm install esbuild-dev-server-linux-x64
INSTALL
IMPORT
SIG · ESBUILD-DEV-SERVER
E
esbuild-dev-server-linux-x64
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.

esbuildDevServer
import { esbuildDevServer } from 'esbuild-dev-server'
import esbuildDevServer from 'esbuild-dev-server-linux-x64'
This package is a platform binary; use the main 'esbuild-dev-server' package.

Start a development server with hot reloading using esbuild and the provided configuration.

import { esbuildDevServer } from 'esbuild-dev-server'; import esbuild from 'esbuild'; await esbuildDevServer({ esbuild, entryPoints: ['src/index.ts'], outdir: 'dist', port: 3000, hot: true, });
Debug
Known issues
gotchaThis package is a platform-specific binary and should not be installed directly.
fix
Install the main package 'esbuild-dev-server' instead; it will pull the correct binary.
affects: *
breakingv0.3.0 introduces a new API that is incompatible with v0.2.x.
fix
Update your code to use the new API as documented in the release notes.
affects: >=0.3.0
Errors
Common errors & fixes
Module not found: Can't resolve 'esbuild-dev-server-linux-x64'
Attempting to directly import the platform binary package.
fix
Use the main package 'esbuild-dev-server' in your imports.
Upgrade
Version history
0.3.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
esbuild-dev-server-linux-x64 — npm install esbuild-dev-server-linux-x64 · libregistry