-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Required namespace never provided for any of node_modules since 20170626 #2671
Comments
First I though the issue was with |
Try changing your imports to include the |
I had already |
By the way, I checked other projects which use closure compiler for angular (https://github.com/angular/closure-demo, https://github.com/mlaval/optimize-angular-app) and found the same issue there. |
This is known and fixed by #2641 |
Everything's compiling fine in 20170521 version. Since 20170626 I've got 944 errors for every import from node_modules (local imports work fine). Here's the command I run:
And errors it throws all like this:
The text was updated successfully, but these errors were encountered: