I am following the Node.js tutorial at https://codelabs.developers.google.com/codelabs/local-development-with-cloud-functions#3.
My code file is index.js and main in package.json is "index.js".
When I execute node node_modules/@google-cloud/functions-framework --target=validateTemperature as per the instructions, nothing happens. It simply returns immediately, with no terminal output or any error messages.
I tried putting some syntactically wrong stuff in index.js, but still no error was triggered.
I am at a loss of how to troubleshoot or proceed. Looking for some tips.