The readme file in https://github.com/angular/quickstart/blob/master/README.md suggests that:
If the typings folder doesn't show up after npm install please install them manually with: npm run typings -- install
Running this command also helped me with a different repo I cloned. Can someone explain what this means? I read about typings lib, but don't understand why it requires a separate step?