When I am trying to deploy a firebase project it shows an error message 'cannot find module firebase-functions' in npm console.The steps(node commands) I have done are:
and finally where I stucked is
4. firebase deploy
Please help me.
It's simple! If it says can't find module firebase-functions then install them.
npm install firebase-functions