0
When will I install angular 2 using:
ng new angular-teste
I get the error:
Cannot find module 'reflect-Metadata'
What can it be?
0
When will I install angular 2 using:
ng new angular-teste
I get the error:
Cannot find module 'reflect-Metadata'
What can it be?
1
NPM
should be updated to v3. Previous versions will cause this error.
To update your version:
npm install npm -g
Browser other questions tagged angular angular-module
You are not signed in. Login or sign up in order to post.