ng2 bootstrap issue during build Cannot find type definition file for 'core-js' -


error in c:\projects\xxxx\node_modules@ng-bootstrap\ng-bootstrap\modal\modal-ref.d.ts (1,1): error ts2688: cannot find type definition file 'core-js'.

there bug in @ng-bootstrap 1.0.0-alpha.12 release corrected in 1.0.0-alpha.13. more details available in https://github.com/ng-bootstrap/ng-bootstrap/issues/1027

in short: 1.0.0-alpha.12 release broken, use 1.0.0-alpha.13 release


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -