-
Notifications
You must be signed in to change notification settings - Fork 2.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
Can't get it running after switching to angular-cli webpack #414
Comments
I'm having the same issue and after looking through the angular-cli project tickets came across this possible solution. Haven't had a chance to actually try it myself yet but might fix the problem Edit: @ubenzer having tried that solution i linked too I couldn't get rid of the errors, however, when I actually tried running my app everything looks to be working properly so... 😕 |
I had the same issue, I followed #425, and added 'firebase' to my
|
Closing with the fix by @ericjim. The new quickstart reflects these steps as well. |
@ericjim, @davideast hmmn, I've updated to angular-cli webpack.2 and angularfire2@next but I'm still seeing the same |
@Zyzle You are likely not on TypeScript 2.0. Install both locally and globally for good measure. npm install -g typescript@next
npm install typescript@next --save-dev |
@davideast Yeah I saw that in one of the linked issues here and tried installing typescript@next for both my project and globally, doesn't seem to have made any difference though. If anything it's made things a lot worse as I now get hundreds of these errors from webpack for all kinds of modules (although again with apparently no problem to how the app functions). I'm wondering if this is maybe a problem on the cli side rather than anything angularfire specific |
@davideast I found the issue, it wasn't my angularfire or typescript versions that were causing the problem but the version of firebase itself, after updating to 3.3.0 (over 3.1.0) everything is fine |
@davideast I am having a similar problem can you please help me fix. I am like struggling because of this. [23:00:27] typescript: C:/Users/Harsha Varun/MyIonicProject/src/pages/third/third.ts, line: 4
[23:00:27] typescript: C:/Users/Harsha Varun/MyIonicProject/src/pages/third/third.ts, line: 4
[23:00:27] typescript: C:/Users/Harsha Varun/MyIonicProject/src/pages/third/third.ts, line: 4
package.json Thanks in advance |
After upgrading my project following instructions in here, I get following errors from angularfire:
No matter what I try I didn't get it working. Docs regarding to installation here are for broccoli version of
angular-cli
.The text was updated successfully, but these errors were encountered: