DEV Community

Discussion on: Microsoft Azure for Spoiled People

Collapse
 
raymondcamden profile image
Raymond Camden

I noticed in the log output that it says it defaulted Node to 0.10.40. Obviously (I'm assuming anyway) you can fix that and specify a Node version, but why would Azure default to such an old version of Node?

Collapse
 
jenlooper profile image
Jen Looper

You can definitely fix it by specifying the Node version in your package.json ("engines": {"node": "10.0"},) as the log suggests. But this is the very low default for App Service simply because upgrading is not so easy for big orgs.