-
Notifications
You must be signed in to change notification settings - Fork 135
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 #1713
Comments
Also note that when a user upgrades to V3 we should ensure that their node versions are compatible with that runtime version |
I was just about to open an issue for this. I received
Seems the tools need to be updated for Node 12 as an LTS. RIght? cc @fiveisprime |
Yeah in the interim while we don't support Node 12, we should update this string |
Thanks for the reply @ColbyTresness This may cause some friction when we start publishing the 25 days of Serverless in December, @simonaco (just as an FYI). Anyone trying with Node 12 who tries these may run into it. If it won't be supported by Dec 1, then we may want to add instructions to each challenge to mention using Node 10. |
@ColbyTresness we already support multiple versions of Node (8 and 10). It sounds like all we need to do is add 12 to that list, right? Your original comment includes some stuff that I believe is already done. In regards to the message @johnpapa mentioned, that error is coming from the func cli, not our extension. I believe updates to that message are being tracked here: Azure/azure-functions-nodejs-worker#200 |
Basically, yes, but I'd wait a bit until the platform is completely ready. Forwarding you an email where I explain the entire situation. |
The functions service will soon allow hosting Node 12 applications, and we should add support in the tooling for:
The text was updated successfully, but these errors were encountered: