node-red / flow-library

Node-RED Flow Library
Apache License 2.0
70 stars 44 forks source link

Show node version even on test fail #81

Closed sammachin closed 2 years ago

sammachin commented 2 years ago

This PR addresses https://github.com/node-red/node-red-dev-cli/issues/14 such that if test P07 fails because the version is specified but does not meet the current minimum node-red version it will show the version number but still add a warning instead of showing missing

knolleary commented 2 years ago

Should we be more explicit as to why that version is generating a warning? I know the info is available in the pop-up, but it may help to have a couple more words on the page here.

sammachin commented 2 years ago

yes there's still some more work to do on this so I'm leaving the issue open but this will fix the website displaying "missing" when there's a version in the file which is very confusing to developers.