canirequire › ESM-only › @storybook/preset-create-react-app
Is @storybook/preset-create-react-app ESM-only? Can you require() it?
Storybook for Create React App preset
Last verified Sep 9, 2026 against @storybook/preset-create-react-app@10.6.0. JSON
ESM-only ESM-only since 10.0.0 — last CommonJS version is 9.1.20
@storybook/preset-create-react-app dropped its CommonJS build in 10.0.0 (October 2025). The last version you can require() on every Node.js version, including 18 and older, is 9.1.20, published Mar 5, 2026.
require("@storybook/preset-create-react-app") failed in our probe on Node.js 20+ as well. See the runtime matrix below for the exact error.
Does @storybook/preset-create-react-app@10.6.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@storybook/preset-create-react-app") from a CommonJS file and import "@storybook/preset-create-react-app" from an ES module.
| Runtime | require("@storybook/preset-create-react-app") | import "@storybook/preset-create-react-app" |
|---|---|---|
| Node.js 18 | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED |
| Node.js 20 | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED |
| Node.js 22 | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED |
| Node.js 24 | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED |
| Node.js 26 | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED | ✗ failsERR_PACKAGE_PATH_NOT_EXPORTED |
| Bun 1.4 | ✗ failserror: Cannot find module '@storybook/preset-create-react-app' from '/Users/boat/Projects/top-seo/data/probe-work/@storybook__preset-create-react-app/req.cjs' | ✗ failserror: Cannot find module '@storybook/preset-create-react-app' from '/Users/boat/Projects/top-seo/data/probe-work/@storybook__preset-create-react-app/imp.mjs' |
How to import @storybook/preset-create-react-app
ES modules (import)
import presetCreateReactApp from "@storybook/preset-create-react-app";CommonJS (require)
// Node.js 20.19+ / 22.12+ / newer (package has no top-level await):
const presetCreateReactApp = require("@storybook/preset-create-react-app");
// Any Node.js version:
const presetCreateReactApp = await import("@storybook/preset-create-react-app");
// Or pin the last CommonJS release:
// npm install @storybook/preset-create-react-app@9.1.20Module format by version
Derived from the type, main and exports fields of every stable release on npm (289 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 10.0.7 – 10.6.0 | ESM-only | Nov 11, 2025 |
Frequently asked
Is @storybook/preset-create-react-app ESM-only?
@storybook/preset-create-react-app@10.6.0 is ESM-only. @storybook/preset-create-react-app dropped its CommonJS build in 10.0.0 (October 2025). The last version you can require() on every Node.js version, including 18 and older, is 9.1.20, published Mar 5, 2026.
Which version of @storybook/preset-create-react-app still supports CommonJS / require()?
9.1.20 is the last version of @storybook/preset-create-react-app with a CommonJS build. Install it with "npm install @storybook/preset-create-react-app@9.1.20". Every version from 10.0.0 on is ESM-only.
How do I use @storybook/preset-create-react-app from a CommonJS file?
Use a dynamic import: const mod = await import("@storybook/preset-create-react-app"). On Node.js 20.19+, 22.12+ and newer, a plain require("@storybook/preset-create-react-app") also works for ESM packages that do not use top-level await. Alternatively pin @storybook/preset-create-react-app@9.1.20.
Does @storybook/preset-create-react-app work in Bun?
Importing @storybook/preset-create-react-app failed in Bun 1.4 on Sep 9, 2026: error: Cannot find module '@storybook/preset-create-react-app' from '/Users/boat/Projects/top-seo/data/probe-work/@storybook__preset-create-react-app/imp.mjs'
Does @storybook/preset-create-react-app ship TypeScript types?
No. @storybook/preset-create-react-app ships no type declarations and there is no @types package for it.
Links
Other esm-only packages
- ansi-styles 7.0.0last CJS
5.2.0 - strip-ansi 7.2.0last CJS
6.0.1 - commander 15.0.0last CJS
14.0.3 - supports-color 11.0.0last CJS
8.1.1 - chalk 6.0.0last CJS
4.1.2 - tslib 2.8.1last CJS
2.5.2 - string-width 8.2.2last CJS
4.2.3 - ansi-regex 6.3.0last CJS
5.0.1
Similar popularity
- @babel/plugin-proposal-throw-expressions 8.0.1ESM-only
- @storybook/manager-webpack5 6.5.16CommonJS
- @babel/plugin-external-helpers 8.0.1ESM-only
- @antfu/eslint-config 9.5.1ESM-only
- @rollup/plugin-url 8.0.2Dual
- @webcomponents/webcomponentsjs 2.8.0CommonJS
- @size-limit/preset-small-lib 13.0.3ESM-only
- @ant-design/web3-common 1.23.0Dual