I had issues installing Firebase during the npm install when setting up the project locally, and found (through some trial and error) that Node 11 seems to be the most up-to-date version of Node that allows a fresh clone of the project to build and run locally.
I had issues installing Firebase during the
npm install
when setting up the project locally, and found (through some trial and error) that Node 11 seems to be the most up-to-date version of Node that allows a fresh clone of the project to build and run locally.