canirequire › No JS entry point › acertea
Is acertea ESM-only? Can you require() it?
## Description This project is a simple chat application built using Node.js and Socket.io. It allows users to send real-time messages to each other in a chat room.
Last verified Sep 9, 2026 against acertea@1.1.6. JSON
No JS entry point No JavaScript entry point
acertea does not expose a JavaScript entry point in package.json. It is likely a CLI, a stylesheet, a type-definition package, or an asset bundle, so require() and import are not the way to use it.
Does acertea@1.1.6 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("acertea") from a CommonJS file and import "acertea" from an ES module.
| Runtime | require("acertea") | import "acertea" |
|---|---|---|
| Node.js 18 | ✗ failsMODULE_NOT_FOUND | ✗ failsMODULE_NOT_FOUND |
| Node.js 20 | ✗ failsMODULE_NOT_FOUND | ✗ failsMODULE_NOT_FOUND |
| Node.js 22 | ✗ failsMODULE_NOT_FOUND | ✗ failsMODULE_NOT_FOUND |
| Node.js 24 | ✗ failsMODULE_NOT_FOUND | ✗ failsMODULE_NOT_FOUND |
| Node.js 26 | ✗ failsMODULE_NOT_FOUND | ✗ failsMODULE_NOT_FOUND |
| Bun 1.4 | ✗ failserror: Cannot find package 'express' from '/Users/boat/Projects/top-seo/data/probe-work/acertea/node_modules/acertea/index.js' | ✗ failserror: Cannot find package 'express' from '/Users/boat/Projects/top-seo/data/probe-work/acertea/node_modules/acertea/index.js' |
A failing require() on a CommonJS package usually means the package needs a browser/DOM global, a peer dependency, or a native binary that is not available in a bare Node.js process.
How to import acertea
ES modules (import)
import acertea from "acertea";CommonJS (require)
Not applicable.
Module format by version
Derived from the type, main and exports fields of every stable release on npm (2 versions; the newest 2 shown).
| Versions | Format | First published |
|---|---|---|
| 1.1.4 – 1.1.6 | CommonJS | Mar 18, 2024 |
Frequently asked
Is acertea ESM-only?
acertea@1.1.6 has no importable main entry. acertea does not expose a JavaScript entry point in package.json. It is likely a CLI, a stylesheet, a type-definition package, or an asset bundle, so require() and import are not the way to use it.
Does acertea work in Bun?
Importing acertea failed in Bun 1.4 on Sep 9, 2026: error: Cannot find package 'express' from '/Users/boat/Projects/top-seo/data/probe-work/acertea/node_modules/acertea/index.js'
Does acertea ship TypeScript types?
No. acertea ships no type declarations and there is no @types package for it.
Links
Other no js entry point packages
- type-fest 5.9.0No entry
- eslint-config-next 16.3.4No entry
- storybook 10.6.0No entry
- @storybook/addon-docs 10.6.0No entry
- @storybook/addon-a11y 10.6.0No entry
- eslint-plugin-storybook 10.6.0No entry
- tsup 8.5.1No entry
- typedoc 0.28.20No entry
Similar popularity
- tap-min 3.0.0ESM-only
- css-split-webpack-plugin 0.2.6CommonJS
- babel-plugin-transform-jsbi-to-bigint 1.4.2CommonJS
- less-plugin-sass2less 1.2.0CommonJS
- aid-guard1 2.7.35Dual
- anakjalanan 1.1.4CommonJS
- @babel/types 8.0.4ESM-only
- @babel/parser 8.0.4ESM-only