firebase / firebase-tools

The Firebase Command Line Tools
MIT License
4.01k stars 930 forks source link

firebase deploy: no such file or directory #7183

Closed ESRuth closed 4 months ago

ESRuth commented 4 months ago

[REQUIRED] Environment info

13.9.0

firebase-tools:

Windows

Platform:

[REQUIRED] Test case

[REQUIRED] Steps to reproduce

Every time I try to deploy, it tries to find a file in a repeated path (ie. instead of /x/y/z/a.b, it is looking for /x/y/z/x/y/z/a.b).

[REQUIRED] Expected behavior

The project gets deployed.

[REQUIRED] Actual behavior

firebase-debug.log

google-oss-bot commented 4 months ago

This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.

aalej commented 4 months ago

Hey @ESRuth, thanks for sharing your debug logs. It looks like the issue you’re encountering is similar to #7146. This should be fixed once #7148 is merged and released. That said, I’ll be marking this as a duplicate.

For now, to work around the issue, please use firebase-tools v13.6.1. Apologies for the inconvenience this has caused.