TypeError: tsDiagnostic.file.getText is not a function

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处理完了,再执行一次打包命令成功。

你可能感兴趣的:(TypeError: tsDiagnostic.file.getText is not a function)