javascript Warning: To load an ES module, set “type”: “module” in the package.json or use the .mjs extension. が発生した時の対処法
Node.js開発で以下のようなエラーが発生しました(node:21253) Warning: To load an ES module, set "type": "module" in the package.json or use th...
