ionic3+my ionic3

TypeError: tsDiagnostic.file.get

2018-05-27  本文已影响25人  IT晴天

ionic执行以下命令时提示标题错误:

ionic cordova build android --prod

有人回复这样处理:
https://stackoverflow.com/questions/49829158/typeerror-tsdiagnostic-file-gettext-is-not-a-function

看到没有人点赞,估计不行,一试果然不行。

继续搜:
https://github.com/ionic-team/ionic-cli/issues/2889

感觉回复的都治标不治本,到时有一句话吸引了注意:

u can run ./node_modules/.bin/ngc check what cause the error
所以敲命令:

./node_modules/.bin/ngc

此时打印出有ERROR的信息,把这些ERROR处理完了,再执行一次打包命令成功。

上一篇下一篇

猜你喜欢

热点阅读