I am getting an error message
Build failed: npm ERR! Cannot read property 'firebase-admin' of undefinednnnpm ERR!
A complete log of this run can be found in:nnpm ERR!
/www-data-home/.npm/_logs/2022-11-23T04_36_44_234Z-debug.log; Error ID: beaf8772"
Where is this www-data-home location?
2
Answers
As mentioned in this documentation on Viewing logs
Refer this npm docs on npm logging.
You can also check this stackoverflow thread
I was having the same error, updated package.json to use engine: 16, deployed again and then it worked (believe it forced updating all npm that could have been corrupted remotely).