DEV Community

Luis Caputo jr.
Luis Caputo jr.

Posted on

How to solve error: must use import to load es module in NodeJs

If u have this error in your application, u have some form to solve,like:

  • Look to ur package.json file

  • Look at line type and write "type": "commonJS"

its will solve ur problem

Make a commentary if u have a different form to solve.

luiscaputo dev

Top comments (0)