Open Issues Need Help
View All on GitHub Eliminate Node.js MODULE_TYPELESS_PACKAGE_JSON warning for scripts/check-no-secrets-logged.js 5 days ago
AI Summary: A Node.js `MODULE_TYPELESS_PACKAGE_JSON` warning appears when running scripts, specifically `scripts/check-no-secrets-logged.js`, because it uses ES module syntax without a specified module type in `package.json`. The suggested fix is to add `"type": "module"` to the root `package.json` to eliminate the warning and performance overhead.
Complexity:
1/5
bug good first issue nodejs scripts
A comprehensive business analytics dashboard built with Next.js 15, TypeScript, and multiple data source integrations
TypeScript