#看報錯信息
Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
警告:加載ES模塊時,在package.json包中設置“ type”:“ module”或使用.mjs擴展名。
#解決
1、安裝新版node.js
2、使用npm init -y初始化項目,生成一個pakeage.json文件
3、在pakeage.json文件中添加"type": "module"