I have Cloud functions project and i moved the project from my old laptop to my new laptop.
I have installed everything that necessary. My problem is when i try firebase deploy
it gives me that error:
! functions: package.json indicates an outdated version of firebase-functions. Please upgrade using npm install --save firebase-functions@latest in your functions directory.
I did that i have been told, but still it gives me the same error. What should i do? And how i direct the npm install to my functions directory?