node Solve – To load an ES module, set “type”: “module” in the package.json or use the .mjs extension, node import 错误
解决 – 要加载 ES 模块,请在 package.json 中设置 “type”: “module” 或使用 .mjs 扩展名
第一个解决方案,注意格式是有空格的
第二个是把文件名后缀改成 .mjs
解决 – 要加载 ES 模块,请在 package.json 中设置 “type”: “module” 或使用 .mjs 扩展名
第一个解决方案,注意格式是有空格的
第二个是把文件名后缀改成 .mjs