Answers for "Error: Cannot find module './firebase/firebase'"

1

Firebase deploy error - Cannot find module 'firebase'

Figured out the solution. I hadn't installed the firebase module in the functions folder but had included it in the parent folder of functions. I went into functions and ran npm install --save firebase and the deploy was successful.
Posted by: Guest on February-07-2020
0

cant find module firebase

npm install apexcharts --save
Posted by: Guest on September-14-2020

Code answers related to "Error: Cannot find module './firebase/firebase'"

Browse Popular Code Answers by Language