ionic build -- prod Error: Cannot find module ‘@angular/compiler-cli/ngtools2‘

在尝试使用`ionic build --prod`时遇到错误,问题在于Angular的编译器版本不匹配。解决方法包括更新编译器到最新版本,删除并重新安装`node_modules`,以及确保`package.json`中`@angular/compiler`、`@angular/compiler-cli`和`@angular/core`的版本一致。关键是要确保项目内部的版本与全局版本匹配,而不是盲目追求最新。
摘要由CSDN通过智能技术生成

ionic build 正常

ionic build -- prod报错。报错日志如下:

ionic-app-script task: "build"
[09:10:58]  Error: Cannot find module '@angular/compiler-cli/ngtools2'
Error: Cannot find module '@angular/compiler-cli/ngtools2'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15)
    at Function.Module._load (internal/modules/cjs/loader.js:513:25)
    at Module.require (internal/modules/cjs/loader.js:643:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at xxxx\npm\node_modules\@ionic\app-    scripts\dist\aot\aot-compiler.js:206:90

1、工厂模式下,ngc压缩文件的时候报错,网络上的命令对我不生效,但是可能对其他人生效,主要命令如下:

npm install @angular/compiler@latest --save
npm install @angular/compiler-cli@latest --save

npm i @ionic/app-scripts

npm uninstall -g angular-cli
npm cache clean or npm cache verify (if npm > 5)
npm install -g @angular/cli&#
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值