Nativescript:找不到元素的模块

Nativescript: Module not found for element

npm migrate 后,我的代码中出现以下错误:

未找到元素 'nativescript-filter-select:FilterSelect' 的模块 'nativescript-filter-select'。 System.err: > layout_base_1.CSSType 不是函数

在我的 xml 中,我使用了 xmlns:FS="nativescript-filter-select"

<FS:FilterSelect row="5" change="changeJud" col="0" multiple="false" close="{{ closeModal }}" items="{{ judete }}" search_param="judet" primary_key="id_judet" />

有解决方案吗?

所以,我发现我必须卸载该模块并重新安装它。显然,仅安装它(没有先卸载)并没有成功。