We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment if you launch func start with node 12.13.0 installed you get following message:
func start
Incompatible Node.js version. The version you are using is v12.13.0, but the runtime requires an LTS-covered major version (ex: 8.11.1 or 10.14.1).
v12.13.0 is an LTS version see https://nodejs.org/en/download/
Investigative information
To Reproduce Steps to reproduce the behavior:
Expected behavior No error is expected and launch of func start should be successful, just like for node 8 or 10
The text was updated successfully, but these errors were encountered:
This work is already being tracked here: Azure/azure-functions-nodejs-worker#200.
Sorry, something went wrong.
No branches or pull requests
At the moment if you launch
func start
with node 12.13.0 installed you get following message:v12.13.0 is an LTS version see https://nodejs.org/en/download/
Investigative information
To Reproduce
Steps to reproduce the behavior:
func start
Expected behavior
No error is expected and launch of func start should be successful, just like for node 8 or 10
The text was updated successfully, but these errors were encountered: