To make Node treat your file as a ES module you need to (https://nodejs.org/api/esm.html#esm_enabling):. add "type": "module" to package.json; add "-- ...
確定! 回上一頁