-
Notifications
You must be signed in to change notification settings - Fork 13
Failing to make deploy #7
Comments
addon version - 2.14 |
@ollar I had the exact same issue today. Make sure you are running the latest version of |
@ANGRYBEAR11 Thanks! I've found the reason too. I have already installed latest firebase-tools globally but the plugin uses local firebase-tools installed as dependency. So your solution did not suit me, unfortunately. I've created a pull request where dependency was fixed #8 , this solved the problem for me. And it also removed the babel deprecation warning :) |
I also had to logout of firebase on the command line |
My Travis-CI deploy is failing for the same reason. The plugin has a dependancy to "firebase-tools": "^3.0.6", can we update this ? Also "ember-cli-babel": "^5.1.7" is deprecated as well. Can we just update those two package to the latest versions? |
I can see there's an opened pull request already. In the meantime, with Yarn you could use selective dependency resolutions and override the dependency version of Include this in your "resolutions": {
"ember-cli-deploy-firebase-pack/ember-cli-deploy-firebase/firebase-tools": "5.1.1"
} Then...
After this, in your
This indicates that Hope this helps! |
Running command 'ember deploy production' I get error:
Can anyone help me with this?
Thanks.
The text was updated successfully, but these errors were encountered: