--- title: Set import in ES module tags: Nodejs --- # Set import in ES module Can use `import <name> from '<url>'` replace with `const required()` for ES Modules In Node.js. ## Use "import" in ES module 1. add { "type": "module", } in package.json ![](https://i.imgur.com/mNxm3ib.png) ————notice———— If is javascript file **should have (.js) in the end**