Skip to content
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

[error] Incompatible Node.js version #1614

Closed
andytael opened this issue Oct 24, 2019 · 1 comment
Closed

[error] Incompatible Node.js version #1614

andytael opened this issue Oct 24, 2019 · 1 comment
Labels

Comments

@andytael
Copy link

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

@ejizba
Copy link
Contributor

ejizba commented Oct 24, 2019

@andytael take a look at this issue: Azure/azure-functions-nodejs-worker#200

Looks like Azure Functions doesn't support 12 yet, but sounds like it's coming soon. Closing this issue since we can't control this from VS Code

@ejizba ejizba closed this as completed Oct 24, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants