{"id":40910,"library":"esbuild-dev-server-win32-x64","title":"esbuild-dev-server (Windows x64)","description":"Platform-specific binary for esbuild-dev-server, a plugin that adds a local development server with hot reloading to esbuild. Version 0.3.0 is the latest. This package is the Windows 64-bit binary; users should install the main `esbuild-dev-server` package which automatically selects the correct binary for their platform.","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-win32-x64","lang":"bash","label":"npm"},{"cmd":"yarn add esbuild-dev-server-win32-x64","lang":"bash","label":"yarn"},{"cmd":"pnpm add esbuild-dev-server-win32-x64","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"ESM-only package; CommonJS require will fail. Ensure your project uses ES modules.","wrong":"const esbuildDevServer = require('esbuild-dev-server')\n// note: ESM only, no default export","symbol":"esbuildDevServer","correct":"import { esbuildDevServer } from 'esbuild-dev-server'"},{"note":"esbuild is CJS/ESM compatible, but esbuild-dev-server is ESM-only, so prefer ESM imports throughout.","wrong":"const esbuild = require('esbuild')","symbol":"esbuild","correct":"import { build } from 'esbuild'"}],"quickstart":{"code":"import { esbuildDevServer } from 'esbuild-dev-server'\n\nconst buildOptions = {\n  entryPoints: ['src/index.js'],\n  outdir: 'dist',\n  bundle: true,\n}\n\nawait esbuildDevServer({\n  build: buildOptions,\n  port: 3000,\n  hot: true,\n})\n\nconsole.log('Dev server running on http://localhost:3000')","lang":"typescript","description":"Sets up esbuild with a dev server and hot reloading using esbuild-dev-server."},"warnings":[{"fix":"Update import and call to esbuildDevServer({...}) instead of calling the default export directly.","message":"Breaking change in v0.3.0: The function signature changed from (options) to esbuildDevServer(options).","severity":"breaking","affected_versions":">=0.3.0"},{"fix":"Install the main 'esbuild-dev-server' package, which will automatically download the correct binary for your platform.","message":"Do not install esbuild-dev-server-win32-x64 directly; it is a platform-specific binary installer.","severity":"gotcha","affected_versions":"*"},{"fix":"Use ES module imports (import/export) in your project. Set \"type\": \"module\" in package.json or use .mjs extension.","message":"ESM-only: This package does not support CommonJS require().","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'0.3.0':30 '64':39 'add':19 'automat':53 'binari':10,41,57 'bit':40 'correct':56 'dev':3,14,49,64,67,72 'develop':22 'esbuild':2,13,28,48,63,66 'esbuild-dev-serv':1,12,47,62 'hot':25 'instal':44 'javascript':61 'latest':33 'live':69,70 'local':21 'main':46 'node':74 'packag':35,51 'platform':8,60 'platform-specif':7 'plugin':17 'reload':26 'select':54 'server':4,15,23,50,65,68,71,73 'specif':9 'user':42 'version':29 'window':5,38 'x64':6","created_at":"2026-06-04T18:49:51.380427+00:00","updated_at":"2026-06-04T18:49:51.380427+00:00","problems":[{"fix":"Use import instead of require. If your project uses CommonJS, consider dynamic import() or switch to ES modules.","cause":"Using require() on an ESM-only package (esbuild-dev-server).","error":"Error [ERR_REQUIRE_ESM]: require() of ES Module ... from ... not supported."},{"fix":"Ensure entryPoints are correct and outdir is set. Check that hot: true is passed to esbuildDevServer.","cause":"Incorrect configuration or missing entry points.","error":"The dev server is not starting. / Hot reload not working."}],"ecosystem":"npm","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Falldot/esbuild-dev-server#readme","github":"https://github.com/Falldot/esbuild-dev-server","docs":null,"changelog":null,"pypi":null,"npm":"esbuild-dev-server-win32-x64","openapi_spec":null,"status_page":null,"smithery":null,"categories":["devops"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-04","next_check":"2026-09-02","install_tag":null}}