1. 程式人生 > >前端構建失敗,報錯:ERROR in :"let-" is only supported on ng-template elements

前端構建失敗,報錯:ERROR in :"let-" is only supported on ng-template elements

報錯資訊:

原因:@ ngx-bootstrap 如果應用在 Angular5的時候,需要版本為2.X.X

進行升級:

npm uninstall --save ngx-bootstrap
npm cache clean -f
npm install --save ngx-bootstrap

修改版本之後,然後重新下載node_module庫問題解決。