-
Notifications
You must be signed in to change notification settings - Fork 2.2k
spawn gcloud ENOENT #3098
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
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
@ibrahimxcool How did you end up resolving this issue? |
Same problem here on Windows. I put |
Same here |
Just created a PR with a fix for Windows users. |
Version info
Angular: 12.2.15
Firebase: 9.4.0
AngularFire: 7.2.0
nguniversal/express-engine: 12.1.3
Problem
On installing
Angular fire
withng add @angular/fire
and choosingCloud Run
for my SSR. It gives me an error when runningng deploy
.Where I think the problem lies is at
dist/my-project/run/package.json
Where it should be a single slash
\
instead of a double slashes\\
The text was updated successfully, but these errors were encountered: