报错 Failed to load component from module: ./views/Maps/Maps.xml or file: null

nativescript Failed to load component from module: ./views/Maps/Maps.xml or file: null
因为本地安装的nativescript -cli版本是5.4的版本,xml文件名后面需要加上-page或者-root
nativescript Failed to load component from module: ./views/Maps/Maps.xml or file: null
或者卸载之前的版本,重新安装5.3的版本即可
sudo npm install -g [email protected]

相关文章:

  • 2021-08-08
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2022-02-02
猜你喜欢
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2022-02-26
相关资源
相似解决方案