You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2019. It is now read-only.
As Cloud functions only work with Node.js 6.9.1 for now, it would be great if we could add a warning in the console when local version of Node.js is superior to 6.9.1.
Steps to reproduce:
I'm playing with async/await in a recent version of Node.js.
It runs great locally!
I deploy it successfully
I run it and it fails ;(
The text was updated successfully, but these errors were encountered:
Good idea. It does currently verify that your version of Node.js is at least 6.9.1, so it will be easy enough to print the warning when you're higher than 6.9.1.
As Cloud functions only work with Node.js 6.9.1 for now, it would be great if we could add a warning in the console when local version of Node.js is superior to 6.9.1.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: