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

Add support for node 12 #116

Closed
webuniverseio opened this issue Oct 31, 2019 · 1 comment
Closed

Add support for node 12 #116

webuniverseio opened this issue Oct 31, 2019 · 1 comment

Comments

@webuniverseio
Copy link

At the moment if you launch func start with node 12.13.0 installed you get following message:

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

  • Durable Functions extension version: 2.0
  • durable-functions npm module version: 1.3.0
  • Language (JavaScript/TypeScript) and version: javascript
  • Node.js version: 12.13.0

To Reproduce
Steps to reproduce the behavior:

  1. Have node v12.13.0 installed
  2. Launch function app as func start
  3. See error

Expected behavior
No error is expected and launch of func start should be successful, just like for node 8 or 10

@ghost ghost added the Needs: Triage 🔍 label Oct 31, 2019
@ConnorMcMahon
Copy link

This work is already being tracked here: Azure/azure-functions-nodejs-worker#200.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants