Survey: what is the preferred minimal NodeJs version?


#1

We want to make use some of the new features in recent NodeJS, in particular, some API like fs.copyFileSync (introduced in v8.5.0). Would it affect you if we require the minimal version to be 8.5.0 ?


#2

The current maintaince LTS version (currently is 6.x).

But let’s be fair, Node foundation is supported by company and have a considerable large team. Bucklescript on the others hand doesn’t. So I believe the oldest active LTS is reasonable (currently 8.x branch)


#3

Preferably 8.11.2+ since there are some popular npm packages are not compatible with anything lower than that. (https://www.npmjs.com/package/jsdoc and https://www.npmjs.com/package/eslint come to mind).


#4

So is v8.5.0 good to go? I want to unify the installation experience on all platform (by removing the usage of shell commands)


#5

Hmm if that’s all you need, you can just use an polyfill instead? that would be eaiser and people won’t complaint later


#6

Yes, we will provide a fallback option