Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleImportant

If you want to use import * as module from "module_file" add 

{"type": "module" }

to you package.json file.

When you switch to modules, require(...) will not be usable, see https://stackoverflow.com/questions/62488898/node-js-syntaxerror-cannot-use-import-statement-outside-a-module