ng serve no funciona

Solía tener cli angular, pero lo instalé por error nuevamente con

npm install -g angular-cli

y ahora cuando corrong serve se queja:

It seems like you're using a project generated using an old version of the Angular CLI.
The latest CLI now uses webpack and includes a lot of improvements, include a simpler
workflow, a faster build and smaller bundles.

To get more info, including a step-by-step guide to upgrade the CLI, follow this link:
https://github.com/angular/angular-cli/wiki/Upgrading-from-Beta.10-to-Beta.12

cuando trato de crear un nuevo proyecto usandong new en otro directorio se queja de que:

Cannot find module 'reflect-metadata'

Entonces, ¿cuál es el problema?

Respuestas a la pregunta(7)

Su respuesta a la pregunta