microsoft / nodejs-guidelines

Tips, tricks, and resources for working with Node.js, and the start of an ongoing conversation on how we can improve the Node.js experience on Microsoft platforms.
2.49k stars 280 forks source link

added required node version for getting-started #82

Closed towc closed 6 years ago

towc commented 6 years ago

The code uses two es6 features (arrow functions and template strings), which surprisingly seem to be already available in node 5: https://node.green/#ES2015-functions-arrow-functions

I also added that it's recommended to update the node version to at least 10