Error installing ldtk addon

Godot Version

4.3

Question

Hi everyone, i’m trying to install the addon ldtk, but i’m getting an error

res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/src/util/definition_util.gd:-1 - Compile Error: 
  modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://ldtk-importer/src/util/definition_util.gd" with error "Compilation failed". (User)
  res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/src/util/field-util.gd:-1 - Compile Error: 
  modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://ldtk-importer/src/util/field-util.gd" with error "Compilation failed". (User)
  Attempt to open script 'res://addons/ldtk-importer/src/components/ldtk-entity.gd' resulted in error 'File not found'.
  Failed loading resource: res://addons/ldtk-importer/src/components/ldtk-entity.gd. Make sure resources have been imported by opening the project in the editor at least once.
  res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/src/util/layer-util.gd:-1 - Compile Error: 
  modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://ldtk-importer/src/util/layer-util.gd" with error "Compilation failed". (User)
  res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/src/util/level-util.gd:-1 - Compile Error: 
  modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://ldtk-importer/src/util/level-util.gd" with error "Compilation failed". (User)
  res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/src/layer.gd:-1 - Compile Error: 
  modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://ldtk-importer/src/layer.gd" with error "Compilation failed". (User)
  res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/src/post-import.gd:-1 - Compile Error: 
  res://ldtk-importer/src/level.gd:-1 - Compile Error: 
  modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://ldtk-importer/src/level.gd" with error "Compilation failed". (User)
  res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/src/tileset.gd:-1 - Compile Error: 
  modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://ldtk-importer/src/tileset.gd" with error "Compilation failed". (User)
  res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/src/world.gd:-1 - Compile Error: 
  modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://ldtk-importer/src/world.gd" with error "Compilation failed". (User)
  res://ldtk-importer/src/util/util.gd:24 - Parse Error: The variable type is being inferred from a Variant value, so it will be typed as Variant. (Warning treated as error.)
  res://ldtk-importer/ldtk-importer.gd:-1 - Compile Error: 
  modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://ldtk-importer/ldtk-importer.gd" with error "Compilation failed". (User)

Do you have warnings as errors enabled? Even for addons?

Where can I watch this?