-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
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
Getting Incompatible Node.js version message - ver 12.13 installed #1653
Comments
ghost
added
the
Needs: Triage (Functions)
label
Nov 6, 2019
cc/ @mhoeger |
Blocked by this too |
Note that this is being tracked here: Azure/azure-functions-nodejs-worker#200 |
closing this as it is being tracked by Azure/azure-functions-nodejs-worker#200 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Getting incompatible Node.js version message although I have version 12.13 installed which is LTS release.
Error Message:
[error] 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). LTS-covered versions have an even major version number (8.x, 10.x, etc.) as per https://github.com/nodejs/Release#release-plan. For deployed code, change WEBSITE_NODE_DEFAULT_VERSION in App Settings. Locally, install or switch to a supported node version (make sure to quit and restart your code editor to pick up the changes).
The text was updated successfully, but these errors were encountered: