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:
- npm install -g firebase-tools
- firebase login
- firebase init
and finally where I stucked is
4. firebase deploy
Please help me.