Cannot find module 'reflect-Metadata'

Asked

Viewed 977 times

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 answer

1

NPM should be updated to v3. Previous versions will cause this error.

To update your version:

npm install npm -g

Reference.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.