79298809

Date: 2024-12-21 03:29:12
Score: 1.5
Natty:
Report link

Package import doesn't work this way for nodejs in case of nodejs working I write below first of all install your package and then import nodejs main file an then using import package module.

main.js

const importName = require("schema/index.js");


this is the way for import external code there is your javascript import aand create module syntex not working

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Al-amin Islam