集成@react-native-oh-tpl/react-native-spinkit构建。
按照文档集成后点击构建,返回错误:
Cannot find module '@pura/harmony-utils' or its corresponding type declarations
集成@react-native-oh-tpl/react-native-spinkit构建。
按照文档集成后点击构建,返回错误:
Cannot find module '@pura/harmony-utils' or its corresponding type declarations
1 回答1.1k 阅读✓ 已解决
1 回答1.3k 阅读
1 回答1.2k 阅读
1 回答1.1k 阅读
1 回答1.1k 阅读
1 回答983 阅读
1 回答952 阅读
根据报错,是没有下载@pura/harmony-utils的三方库,可以在ide内控制台执行以下命令:ohpm i @pura/harmony-utils,下载完毕后点击ide左上角file-\>Sync and Refresh Project刷新同步项目试试。