79501895

Date: 2025-03-11 19:25:39
Score: 1.5
Natty:
Report link

Node.js doesn’t seem to support directory imports based on this documentation. You have to explicitly point to your .js file for example:

import …from “./database/index.js”

You may also find the suggestions in this old SO post helpful for your case.

Reasons:
  • Blacklisted phrase (1): this document
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: yannco