firebasefirebase-tools

`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?


Solution

  • 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 firebase-tools@14.0.1