ERR_VM_MODULE_ALREADY_LINKED


尝试链接的模块不符合链接条件,原因可能是以下之一:

🌐 The module attempted to be linked is not eligible for linking, because of one of the following reasons:

  • 它已经被关联(linkingStatus 为 'linked')
  • 正在链接(linkingStatus 为 'linking')
  • 此模块的链接失败(linkingStatus 为 'errored')