Closed
Description
(on existing project, on windows10) After updating :
- cli 31 to rc0
- angular packages to rc1
- typescript to 2.1.6
I get this insignifiant message error when running ng serve
or ng build
:
Cannot read property 'length' of undefined
TypeError: Cannot read property 'length' of undefined
What does this mean ?