Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Basel 82
-
1
Description
Provide a nice warning with instructions how to continue to users with outdated Node versions.
The warning can be required in our main entry point.
Pseudocode:
require('./node-version-warning.js')
// node-version-warning.js if (/.6/.test(process.version)) { throw new Error('please download Node 6 from example.org')}
Real world example:
https://github.com/apache/couchdb-fauxton/blob/master/version-check.js
Checklists
Acceptance criteria