-
Notifications
You must be signed in to change notification settings - Fork 12k
Build: Beta 30, No module factory for ContextElementDependency #4410
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
Comments
You should remove the dependency to |
@hansl, good catch trying now.. |
updateRemoved the dep on
as this seems to have fixed some peoples issues.. got past where it was breaking before but now its complaining about modules. What's weird is we aren't using any of these components, they are leftovers we havent removed yet.. Not sure how those two things are related, I'm grabbing lunch as my minds getting fuzzy.. error
|
I resolved this issue by downgrading to @angular/cli beta.29 and [email protected]. |
I was seeing the same issue w/[email protected]. I downgraded webpack to 2.2.0 and it fixed it for me...
|
I got this same error when I used |
This doesn't happen anymore I believe. If you're experiencing this issue, have a look at https://github.com/angular/angular-cli/wiki/stories-rc-update to update your project. |
Received this error today after upgrading to CLI 1.0.0 (and Angular 4.0.0). Putting Webpack at |
I got this error too after upgrading to 1,2, |
For me was just removing |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Linux x64
Versions
Repro steps.
On my local mac build everything is working fine but when we try to do a codeship deployment it is throwing errors.
I've reset the cache and it should be working.. I've tried a few of the different fixes rolling around but no luck so far.
I'm including our build script(a bit bloated with trying to fix this error) and my package.json
This is the EXACT same error report as #4246 but his was for AOT and mine is working on mac but not on linux so I'm not sure what the issue is..
The log given by the failure.
Build script:
Package.json
The text was updated successfully, but these errors were encountered: