-
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
Error while building "Cannot find namespace 'firebase'" #541
Comments
Duplicate of #525. See the work around in the thread. We're working on a real solution. |
import * as firebase from 'firebase'; |
import * as firebase from 'firebase'; This does not work.. same error |
I too had this problem and I tried adding " import * as firebase from 'firebase' " . This helped me to get the app compiled, but was throwing error while geting data from firebase.So removed that again. This works fine and doesn't throw any error as of now. |
Hi,
I am getting the following error while building the project. Please help
I am using the following
angular-cli: 1.0.0-beta.15
node: 6.6.0
os: darwin x64
npm: 3.10.7
The text was updated successfully, but these errors were encountered: