I'm trying to add PWA capabilities into the Angular 8 project (generated with ng new
).
ng add @angular/pwa --project projectname
Got the error:
Installing packages for tooling via npm.
+ @angular/pwa@0.803.19
added 5 packages from 2 contributors and audited 18965 packages in 6.091s
found 0 vulnerabilities
Installed packages for tooling via npm.
Cannot read property 'length' of undefined
Any thoughts guys?
(the rest of ng
commands work just fine, I'm able to serve, build production ad so on)