-
Notifications
You must be signed in to change notification settings - Fork 12k
Webpack config not finding nested node_modules #6248
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
Unfortunately, yes, it currently doesn't work but a solution is in progress. Also, I would highly suggest using https://github.com/angular/angularfire2 which makes integrating firebase into an Angular app quite quick and painless. |
@hansl this is the problem we talked about yesterday with Firebase. |
Enabling the use of the Node.js module resolution algorithm (a minor code change) will ensure the correct and proper module is used within an app. As witnessed in this issue as well as #3023, this is a real and repeatable concern. The change will cause issues in two main situations:
The first is essentially a non-issue as the libraries are improperly packaged. |
IIRC there are already some issues with linked libraries anyway, and there is a pretty good solution in #3854 (comment). So if those are the only two problematic cases, I'd say we should switch over to node module resolution. |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
npm install
ng serve
ng serve
commandThe log given by the failure.
Desired functionality.
Webpack should compile this module and it's nested children correctly
Mention any other details that might be useful.
n/a
The text was updated successfully, but these errors were encountered: