Typescript编译器失败,退出代码为1

时间:2019-07-11 20:02:41

标签: node.js angular typescript nativescript

我正在使用nativescript开发移动应用程序项目, 我使用过photoviewer插件,并且在手机中调试应用程序时效果很好,但是当我尝试发布应用程序时,iget总是出现此错误

  

找到对等TypeScript 3.1.6

     

node_modules / nativescript-photoviewer / photoviewer.d.ts(48,22):错误   TS2304:找不到名称“ UIColor”。

     

node_modules / nativescript-photoviewer / photoviewer.d.ts(54,24):错误    TS2304:找不到名称“ UIColor”。

     

node_modules / nativescript-photoviewer / photoviewer.d.ts(60,23):错误    TS2304:找不到名称“ UIColor”。

     

node_modules / nativescript-photoviewer / photoviewer.d.ts(89,13):错误    TS2304:找不到名称“ UIImage”。

     

node_modules / nativescript-photoviewer / photoviewer.d.ts(94,24):错误    TS2304:>找不到名称“ UIImage”。   TypeScript编译器失败,退出代码为1

我曾尝试删除钩子,node_modules和platform文件夹并重新运行npm install,但没有任何效果, 如果有任何帮助,我将非常感激 谢谢

1 个答案:

答案 0 :(得分:0)

尝试添加

"skipLibCheck": true

compilerOptions的{​​{1}}上

或者,您也可以在项目中配置tns-platform-declarations插件。