flynt-cli icon indicating copy to clipboard operation
flynt-cli copied to clipboard

check node version at start of flynt create

Open emcarru opened this issue 7 years ago • 1 comments

The node version is only checked half way through flynt create (I believe, when it reaches the installYarn task) meaning if you have the wrong version, you have to manually run the remaining steps manually.

emcarru avatar Jul 25 '18 12:07 emcarru

Yeah this is annoying haha. I almost freaked out when I wanted to create a new project and because of the Windows magic I had some issues which I had to resolve first (mysql host, node version, etc.) and everytime the create process failed, I had to restart again and re-enter all of my data in the cli prompt.

Maybe there could be a way to save the current state of the installation when the create/setup step fails so you can just continue the setup via some command (for example flynt continue.

bdbch avatar Aug 29 '18 17:08 bdbch