When I install angle 2 using:
ng new angular-teste
I get the error:
Can not find module 'reflect-metadata'
What can it be?
When I install angle 2 using:
ng new angular-teste
I get the error:
Can not find module 'reflect-metadata'
What can it be?
NPM
must be updated to v3. Earlier versions will cause this error.
To update your version:
npm install npm -g