Which version of Node.js should be used?

I’m working on automating the install of ERPNext on Debian 9.x servers using Ansible and I’m unsure which version of Node.js I should be using, I have tried to find an answer in this forum and have also looked on GitHub, apologies if I have missed where this is specified.

The .deb options are listed here:

  • Node.js v11.x
  • Node.js v10.x
  • Node.js v8.x
  • Node.js v6.x

Which version should I pick?

v8.x is a safe option

2 Likes

Cheers :+1: