{"id":25276,"library":"esbuild-dev-server-linux-x64","title":"esbuild-dev-server Linux x64 binary","description":"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.","status":"active","version":"0.3.0","language":"javascript","source_language":"en","source_url":"https://github.com/Falldot/esbuild-dev-server","tags":["javascript","esbuild-dev-server","esbuild","dev","server","live","live server","dev server","node"],"install":[{"cmd":"npm install esbuild-dev-server-linux-x64","lang":"bash","label":"npm"},{"cmd":"yarn add esbuild-dev-server-linux-x64","lang":"bash","label":"yarn"},{"cmd":"pnpm add esbuild-dev-server-linux-x64","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"This package is a platform binary; use the main 'esbuild-dev-server' package.","wrong":"import esbuildDevServer from 'esbuild-dev-server-linux-x64'","symbol":"esbuildDevServer","correct":"import { esbuildDevServer } from 'esbuild-dev-server'"}],"quickstart":{"code":"import { esbuildDevServer } from 'esbuild-dev-server';\nimport esbuild from 'esbuild';\n\nawait esbuildDevServer({\n    esbuild,\n    entryPoints: ['src/index.ts'],\n    outdir: 'dist',\n    port: 3000,\n    hot: true,\n});","lang":"typescript","description":"Start a development server with hot reloading using esbuild and the provided configuration."},"warnings":[{"fix":"Install the main package 'esbuild-dev-server' instead; it will pull the correct binary.","message":"This package is a platform-specific binary and should not be installed directly.","severity":"gotcha","affected_versions":"*"},{"fix":"Update your code to use the new API as documented in the release notes.","message":"v0.3.0 introduces a new API that is incompatible with v0.2.x.","severity":"breaking","affected_versions":">=0.3.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Use the main package 'esbuild-dev-server' in your imports.","cause":"Attempting to directly import the platform binary package.","error":"Module not found: Can't resolve 'esbuild-dev-server-linux-x64'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}