react-fullstack-graphql icon indicating copy to clipboard operation
react-fullstack-graphql copied to clipboard

Check Node version in `.install/index.js`

Open DevanB opened this issue 6 years ago • 1 comments

I've noticed several individuals asking for help when using the boilerplates.

The source of the recurring problem is dangling commas, which aren't recognized until Node 8.

Node 8 is now LTS, so I am proposing we add a check for Node >= 8 in the .install/index.js file. This check should happen before anything else, and return a clear, concise message to update if the user is not using Node >= 8.

DevanB avatar Feb 23 '18 14:02 DevanB

Can I take this @DevanB ?

vivek12345 avatar Jul 04 '18 17:07 vivek12345