tnblog
首页
视频
资源
登录
不帅~~但是很暖心.....
排名
14
文章
75
粉丝
21
评论
43
申请别的接口数据(网络接口)
是伍尚金哇 : 敲一夜代码,流下两三行泪水,掏空四肢五体,六杯白开水七桶泡面
mui框架-移动端跳转以及传值的简单方法(修改解决方法)
是伍尚金哇 : 测试了 可以直接在 extras: { userid:'10' //自定义扩展...
数据库的varchar和nvarchar的区别
是伍尚金哇 : 没人看 自己看一个 温习一下
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2025TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
公网安备:50010702506256
欢迎加群交流技术

安卓打包配置项压缩--prod报错

6878人阅读 2020/7/6 10:23 总访问:373476 评论:0 收藏:0 手机
分类: ionic

报错信息:Cannot find type definition file for'@typeds'

当我尝试使用命令'ionic cordova build android --prod --release'在android中构建应用程序时,它在Windows上正常工作


在ios中使用相同命令(在Mac上)对接,给我这个错误:

10:35:55]  typescript error 
        Cannot find type definition file for '@types'. [10:35:55]  ionic-app-script task: "build" [10:35:55]  Error: Failed to transpile TypeScript Error: Failed to transpile TypeScriptat errorCheckProgram (/Users/zakaria/Desktop/untitled folder/transatour/node_modules/@ionic/app-scripts/dist/aot/aot- compiler.js:119:39)at Object.<anonymous> (/Users/zakaria/Desktop/untitled folder/transatour/node_modules/@ionic/app-scripts/dist/aot/aot- compiler.js:89:21)at step (/Users/zakaria/Desktop/untitled folder/transatour/node_modules/@ionic/app-scripts/dist/aot/aot- compiler.js:32:23)at Object.next (/Users/zakaria/Desktop/untitled folder/transatour/node_modules/@ionic/app-scripts/dist/aot/aot- compiler.js:13:53)at fulfilled (/Users/zakaria/Desktop/untitled folder/transatour/node_modules/@ionic/app-scripts/dist/aot/aot- compiler.js:4:58)[ERROR] An error occurred while running subprocess ionic-app- scripts.
    ionic-app-scripts build --prod --target cordova --platform ios 
 exited with exit code 1.
    Re-running this command with the --verbose flag may provide more information.npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! transatour@0.0.1 build:prod:ios: `cross-env NODE_OPTIONS='- -max-old-space-size=8192' ionic cordova build ios --prod --release`npm ERR! Exit status 1npm ERR! npm ERR! Failed at the transatour@0.0.1 build:prod:ios script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:npm ERR!     /Users/zakaria/.npm/_logs/2019-06-03T11_35_55_786Z- 
 debug.log

package.json配置文件中修改@ ionic / app-scripts版本并且把版本号前面的^符号去掉  表示不安装最新版只安装当前版本,prod打包只支持3.2.3版本
修改版本命令:

npm i @ionic/app-scripts@3.2.3

安装成功后再次npm install安装一下环境就可以了

评价

指定报错页面

在web.xml中设置&lt;error-page&gt; &lt;!--错误状态码--&gt; &lt;error-code&gt;404&lt;/error-code&gt; &lt;!--错误页...

nginx常用命令。nginx启动命令。nginx重启命令。nginx关闭命令。nginx测试配置文件是否正确。nginx nginx.pid文件丢失报错

启动命令:start nginx 关闭命令:nginx -s stop nginx -s quit nginx -s stop与nginx -s quit区别 Quit is a graceful shu...

MySQL控制台插入中文数据报错1366解决

计算机配置: windows系统.数据库:MySQL5.5.如图 : 下图为表结构信息:通过 show full columns from userinfo;查询所得 na...

net core启动报错Unable to configure HTTPS endpoint. No server certificate was specified

这是因为net core2.1默认使用的https,如果使用Kestrel web服务器的话没有安装证书就会报这个错其实仔细看他的错误提示,其...

docker启动报错 No default Boot2Docker ISO found locally downloading the latest

这是因为,启动时如果检测到没有 Boot2Docker,就会去下载,这个下载过程出现网络连接上的错误了,导致启动失败。可以去下...

mysql 存储过程报错:delimiter

最近刚学sql,学到了存储过程,每当练习的时候就一直出现问题。 现在记录CREATEPROCEDUREproc_out(OUTstuidINT) begin se...

code first执行命令报错,无法将“Enable-Migrations”项识别为 cmdlet、函数、脚本文件

EF:执行命令报错无法将“Enable-Migrations”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如...

nuget执行报错An error occurred while retrieving package metadata for xx

nuget执行报错An error occurred while retrieving package metadata for这个是VS NuGet软件包过旧的问题,解决办法:工具-...

WEBAPI报错:Attribute routes with the same name 'Get' must have the same template

是因为 asp.net core 中默认创建的 api controller 中的 Get(id) Action的属性都是[HttpGet(&quot;{id}&quot;, Name = &quo...

关于报错的一些小错误

Uncaught SyntaxError: missing ) after argument list at siren.html:36今天做项目的时候发现了这个错误我们在写JS的时候...

当使用第三方 netstandard 类库时报错

web.config中加入以下代码&lt;system.web&gt; &lt;compilationdebug=&quot;true&quot;targetFramework=&quot;4.5&quot;&gt...

layui 报错 l.push is not a function

解决方法:layui.use([&#39;jquery&#39;,&#39;layer&#39;,&#39;element&#39;],function(){ } 而不是 layui.use(&#39...

VS2017 .net core web项目 添加引用 报错

VS2017 .net core web项目 添加引用 报错 vs2017添加引用时报错未能正确加载“ReferenceManagerPackage”包第一步:找到以...

.net core序列化报错JsonSerializationException: Self referencing loop detected for property

在framework中可以使用如下代码解决:context.Configuration.ProxyCreationEnabled=false;但是在.net core中就不行了.net c...

启动grpc报错:HTTP/2 over TLS is not supported on Windows 7

.net core grpc报错:NotSupportedException: HTTP/2 over TLS is not supported on Windows 7 due to missing ALPN suppor...