Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

`firebase deploy` throws an error "TypeError Cannot read properties of null (reading 'length')"

When I run firebase deploy, I get the following error:

TypeError Cannot read properties of null (reading 'length')

What do I do to fix this?

like image 939
Evorlor Avatar asked Dec 05 '25 15:12

Evorlor


1 Answers

There is a bug in version 14.0.0. Upgrading to version 14.0.1 resolves the issue.

Run these commands:

npm uninstall -g firebase-tools
npm install -g [email protected]
like image 54
Evorlor Avatar answered Dec 08 '25 06:12

Evorlor



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!