We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is an issue created for #2086 (comment) as asked by @mgechev
Angular: 8.0.0
Firebase: 6.1.0
AngularFire: 5.2.0
Angular CLI: 8.0.0
Steps to set up and reproduce
Create a new CLI project under windows, run ng add @angular/fire and run ng run deploy.
ng add @angular/fire
ng run deploy
ENOENT: no such file or directory, open '\C\Users\name\project\.firebaserc'
but the file exists and i can manually run firebase deploy.
firebase deploy
Deployment of the application.
Error during deployment.
I tried to find the source of the problem and it seems to come from https://github.com/angular/angularfire2/blob/8e5a99561fe35ff5705a4223b2b6b7406ec236ad/src/schematics/utils.ts#L59-L70
projectRoot under windows is starting with /c/... instead of c:/.... If i change the path to c:/, the deployment is working.
projectRoot
/c/...
c:/...
c:/
The text was updated successfully, but these errors were encountered:
This looks like a duplicate of #2088.
Sorry, something went wrong.
Yes, let's close this issue and keep track in #2088.
cc @jamesdaniels
Closing as a duplicate, going to look into the other issue.
No branches or pull requests
This is an issue created for #2086 (comment) as asked by @mgechev
Version info
Angular: 8.0.0
Firebase: 6.1.0
AngularFire: 5.2.0
Angular CLI: 8.0.0
How to reproduce these conditions
Steps to set up and reproduce
Create a new CLI project under windows, run
ng add @angular/fire
and runng run deploy
.Debug output
but the file exists and i can manually run
firebase deploy
.Expected behavior
Deployment of the application.
Actual behavior
Error during deployment.
Some debugging informations
I tried to find the source of the problem and it seems to come from https://github.com/angular/angularfire2/blob/8e5a99561fe35ff5705a4223b2b6b7406ec236ad/src/schematics/utils.ts#L59-L70
projectRoot
under windows is starting with/c/...
instead ofc:/...
. If i change the path toc:/
, the deployment is working.The text was updated successfully, but these errors were encountered: