esbuild-config-darwin-64
raw JSON → 1.0.1 verified Fri May 01 auth: no javascript
Platform-specific binary package for esbuild-config on macOS 64-bit (x86_64). Version 1.0.1 is the current stable release. esbuild-config provides configuration file support for esbuild, allowing users to define esbuild settings in JSON or YAML files instead of CLI arguments. This package is part of a set of optional dependencies automatically selected by the platform. It is primarily used internally and not intended for direct consumption. For alternatives, use esbuild directly or other config wrappers.
Common errors
error Error: Cannot find module 'esbuild-config-darwin-64' ↓
cause Attempting to import the binary package directly.
fix
Install and use 'esbuild-config' instead of this platform-specific package.
Warnings
gotcha This package is a platform-specific binary optionalDependency. It is not intended to be installed or imported directly. Installing it manually may cause conflicts. ↓
fix Do not install this package directly. It is automatically installed as a dependency of esbuild-config.
Install
npm install esbuild-config-darwin-64 yarn add esbuild-config-darwin-64 pnpm add esbuild-config-darwin-64 Imports
- default wrong
const esbuildConfig = require('esbuild-config-darwin-64')correctN/A (binary package, not importable)
Quickstart
// This package is a binary and should not be used directly.
// Install esbuild-config instead:
// npm install esbuild-config
// Then use: npx esbuild-config --config config.json
// Or require in your project:
const esbuildConfig = require('esbuild-config');
// esbuild-config will automatically pick the correct binary for your platform.