没有原生模块加载
ES 模块导入当前不支持原生模块。
它们可以改为加载 module.createRequire() 或 process.dlopen。
Native modules are not currently supported with ES module imports.
They can instead be loaded with module.createRequire() or
process.dlopen.
ES 模块导入当前不支持原生模块。
它们可以改为加载 module.createRequire() 或 process.dlopen。
Native modules are not currently supported with ES module imports.
They can instead be loaded with module.createRequire() or
process.dlopen.