canirequire › Dual (CommonJS + ESM) › rimraf
Is rimraf ESM-only? Can you require() it?
A deep deletion module for node (like `rm -rf`)
Last verified Sep 9, 2026 against rimraf@6.1.3. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
rimraf publishes both a CommonJS entry and a native ESM entry (ESM added in 4.0.0). require("rimraf") and import "rimraf" both work on every supported Node.js version and in Bun.
Does rimraf@6.1.3 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("rimraf") from a CommonJS file and import "rimraf" from an ES module.
| Runtime | require("rimraf") | import "rimraf" |
|---|---|---|
| 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 rimraf
ES modules (import)
import rimraf from "rimraf";CommonJS (require)
const rimraf = require("rimraf");Module format by version
Derived from the type, main and exports fields of every stable release on npm (86 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 4.0.0 – 6.1.3 | Dual (CommonJS + ESM) | Jan 13, 2023 |
| 2.3.0 – 3.0.2 | CommonJS | Mar 3, 2015 |
Frequently asked
Is rimraf ESM-only?
rimraf@6.1.3 ships CommonJS and ESM builds. rimraf publishes both a CommonJS entry and a native ESM entry (ESM added in 4.0.0). require("rimraf") and import "rimraf" both work on every supported Node.js version and in Bun.
Can I require rimraf?
Yes. rimraf ships a CommonJS entry, so require("rimraf") works on every Node.js version, alongside the native ESM entry for import.
Does rimraf work in Bun?
Yes. import "rimraf" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does rimraf ship TypeScript types?
Yes. rimraf 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
- universalify 2.0.1CommonJS
- react-dom 19.2.8CommonJS
- eslint-scope 9.1.2Dual
- micromatch 4.0.8CommonJS
- to-regex-range 5.0.1CommonJS
- csstype 3.2.3CommonJS
- is-stream 4.0.1ESM-only
- keyv 5.6.0Dual