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
When running my javascript (Azure functions) from Visual Code I get the following error:
[error] Incompatible Node.js version. The version you are using is v12.12.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).
When running my javascript (Azure functions) from Visual Code I get the following error:
[error] Incompatible Node.js version. The version you are using is v12.12.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 web site https://github.com/nodejs/Release#release-plan tells me that Release 12.x is Active TLS.
Andy idea what I can do to fix the problem?
Thanks
Andy
The text was updated successfully, but these errors were encountered: