question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

export 'ProjectionModule' was not found in './core/index'

See original GitHub issue

First and foremost, thank you so much for the Beta release - Material2 is shaping up to be really really great.

After updating to beta.1, I’m getting following console.warnings in the browser:

/~/@angular/material/module.js 89:16 export 'ProjectionModule' was not found in './core/index'
./~/@angular/material/dialog/index.js 21:75 export 'Platform' was not found in '../core'
./~/@angular/material/dialog/index.js 21:75 export 'Platform' was not found in '../core'

I tried to do a clean install of everything, to no avail.

My environment:

Angular: 4.0.0-beta.1 Webpack: 2.1.0-beta.22

Cheers, guys - and merry Xmas everybody

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
devversioncommented, Dec 30, 2016

@spock123 Awesome! Yeah happy new year to you as well!

1reaction
spock123commented, Dec 30, 2016

@DevVersion I’m on it, thanks for the heads up! Stay tuned 😃

Update: oh well Webpack 2.2.x broke a lot of stuff in my build, trying to resolve… probably the webpack-dev-server…

Update2: Webpack breaks so much that I can’t get it to work with my loaders, plugins etc… it’s really a mess how the 2.2 configuration changes all the time (I understand the reasons - good reasons), just not easy to get a configuration that doesn’t throw tons of errors…

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Module not found" when exporting a class #1721 - GitHub
When I'm using this simple AssemblyScript: const test = 123 export { test } All works fine and cool and I can extract...
Read more >
NG0301: Export not found! - Angular
For example, if the export not found is ngForm , we need to import FormsModule and declare it in the list of imports...
Read more >
Export not found on module - typescript - Stack Overflow
When I compile, I get an error: MyInterface is not exported by QuestionFile. My goal is, whoever imports my library is able to...
Read more >
Solved: ES Modules: '@arcgis/core/geometry/projection' doe...
ES Modules: '@arcgis/core/geometry/projection' does not contain a default export' ... I am having issues importing the "projection" module.
Read more >
import - JavaScript - MDN Web Docs - Mozilla
The static import declaration is used to import read-only live bindings which are exported by another module. The imported bindings are ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found