canirequire › Dual (CommonJS + ESM) › ejs
Is ejs ESM-only? Can you require() it?
Embedded JavaScript templates
Last verified Sep 9, 2026 against ejs@6.0.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
ejs publishes both a CommonJS entry and a native ESM entry (ESM added in 4.0.1). require("ejs") and import "ejs" both work on every supported Node.js version and in Bun.
Does ejs@6.0.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("ejs") from a CommonJS file and import "ejs" from an ES module.
| Runtime | require("ejs") | import "ejs" |
|---|---|---|
| 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 ejs
ES modules (import)
import ejs from "ejs";CommonJS (require)
const ejs = require("ejs");Module format by version
Derived from the type, main and exports fields of every stable release on npm (79 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 4.0.1 – 6.0.1 | Dual (CommonJS + ESM) | Jan 14, 2026 |
| 0.8.0 – 3.1.10 | CommonJS | Jul 25, 2012 |
Frequently asked
Is ejs ESM-only?
ejs@6.0.1 ships CommonJS and ESM builds. ejs publishes both a CommonJS entry and a native ESM entry (ESM added in 4.0.1). require("ejs") and import "ejs" both work on every supported Node.js version and in Bun.
Can I require ejs?
Yes. ejs ships a CommonJS entry, so require("ejs") works on every Node.js version, alongside the native ESM entry for import.
Does ejs work in Bun?
Yes. import "ejs" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does ejs ship TypeScript types?
Not bundled. Install the community types with "npm install -D @types/ejs".
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
- meow 14.1.0ESM-only
- color-string 2.1.4ESM-only
- is-descriptor 3.1.2CommonJS
- dom-helpers 6.0.1Dual
- is-buffer 2.0.5CommonJS
- cli-truncate 6.1.1ESM-only
- @smithy/property-provider 4.5.2CommonJS
- immediate 3.3.0CommonJS