当前位置: 首页 > 工具软件 > mJS > 使用案例 >

Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs extension.

通学真
2023-12-01

package.json

{
  "name": "node",
  "type": "module", // 增加此行
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT"
}
 类似资料: