-
Notifications
You must be signed in to change notification settings - Fork 641
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
Unable to load Edge on Azure Worker Role #157
Comments
I just recalled that it was working fine on Node 0.6.17, but now it's not supported. |
Can you try with a more recent version of Node? If you need 0.8.x, try 0.8.22 or later. Or use the latest 0.10.x. |
According to https://azure.microsoft.com/pl-pl/documentation/articles/nodejs-specify-node-version-azure-apps/ Azure supports only those versions: 0.6.17, 0.6.20, and 0.8.4. I would love to migrate to 0.10.x, do you know if it's possible using Azure Worker Role? I'm testing on my local machine with 0.10.26 and it works perfectly fine. |
Closing, since different node version are supported on Azure. |
Hi!
I'm trying to run Node application as Azure Worker Role (Win Server 2012 R2). I have trouble loading Edge.
I thought it might be related to #85 but actually when I traced execution using Process Monitor edge.node successfuly finds msvcr120.dll
The text was updated successfully, but these errors were encountered: