canirequire › Dual (CommonJS + ESM) › prettier
Is prettier ESM-only? Can you require() it?
Prettier is an opinionated code formatter
Last verified Sep 9, 2026 against prettier@3.9.6. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
prettier publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("prettier") and import "prettier" both work on every supported Node.js version and in Bun.
Does prettier@3.9.6 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("prettier") from a CommonJS file and import "prettier" from an ES module.
| Runtime | require("prettier") | import "prettier" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import prettier
ES modules (import)
import prettier from "prettier";CommonJS (require)
const prettier = require("prettier");Module format by version
Derived from the type, main and exports fields of every stable release on npm (165 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 3.0.0 – 3.9.6 | Dual (CommonJS + ESM) | Jul 5, 2023 |
| 2.5.0 – 2.8.8 | CommonJS | Nov 25, 2021 |
Frequently asked
Is prettier ESM-only?
prettier@3.9.6 ships CommonJS and ESM builds. prettier publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("prettier") and import "prettier" both work on every supported Node.js version and in Bun.
Can I require prettier?
Yes. prettier ships a CommonJS entry, so require("prettier") works on every Node.js version, alongside the native ESM entry for import.
Does prettier work in Bun?
Yes. import "prettier" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does prettier ship TypeScript types?
Yes. prettier bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- espree 11.2.0Dual
- cosmiconfig 10.0.1CommonJS
- lightningcss-linux-x64-gnu 1.33.0CommonJS
- strip-final-newline 4.0.0ESM-only
- @opentelemetry/api-logs 0.222.0CommonJS
- es-module-lexer 3.0.2Dual
- mkdirp 3.0.1Dual
- ansi-escapes 7.3.0ESM-only