It may have crashed in your case due to the CPU not having SSE2 support. In this case it is still possible to get it working by recompiling the Node.
Other than that 4.x and 5.x versions should work. Yet 4.x became LTS and it's not obvious, which would fit you better. 4.x received updates up to 2018, whereas 5.x stopped being updated in 2016.
Changes in an LTS-covered major version are limited to:
- Bug fixes;
- Security updates;
- Non-semver-major npm updates;
- Relevant documentation updates;
- Certain performance improvements where the risk of breaking existing applications is minimal;
- Changes that introduce large amount of code churn where the risk of breaking existing applications is low and where the change in
question may significantly ease the ability to backport future changes
due to the reduction in diff noise.
Source: https://github.com/nodejs/Release
Version Date V8 npm NODE_MODULE_VERSION
5.12.0 2016-06-23 4.6.85.32 3.8.6 47
4.9.1 2018-03-29 4.5.103.53 2.15.11 46
Source: https://nodejs.org/en/download/releases/