Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error with typescript 2.0.2 RC #43

Closed
realityfilter opened this issue Sep 3, 2016 · 1 comment
Closed

build error with typescript 2.0.2 RC #43

realityfilter opened this issue Sep 3, 2016 · 1 comment

Comments

@realityfilter
Copy link

With the changes described in microsoft/TypeScript#9646 now there are build errors in projects using reflect-metadata.

We are using angular, webpack and awesome-typescript-loader and experiencing now:
"File '.../node_modules/reflect-metadata/Reflect.d.ts' not found" error during the build.

Changing import "./reflect-metadata"; to import "./reflect-metadata.d.ts"; in typings.d.ts fixes the problem.

@rbuckton
Copy link
Owner

I believe this was addressed in the release version of TypeScript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants