wallabyjs / console-ninja

Repository for Console Ninja questions and issues
https://console-ninja.com
Other
385 stars 21 forks source link

[Feature]: Display Latest Supported Node Version for Community Edition #343

Open coollugi opened 1 month ago

coollugi commented 1 month ago

Describe the feature you'd like.

No sure if it's a duplicated question :S

Description: It would be really helpful to have a clear indication of the latest supported Node.js version for the Community edition of Console Ninja. This information could be displayed in the terminal or as part of the setup process to avoid confusion and improve the developer experience.

Current Issue: I recently encountered an issue where I was using Node.js v22.9.0, which is not yet supported in the Community edition. The notification I received only mentioned that support for this version is planned for a future release, but it didn’t specify which version is currently supported. This led to some uncertainty and a bit of backtracking.

Suggested Solution:

•   Display the latest supported Node.js version for the Community edition whenever a newer, unsupported version is detected.
•   This could be included in the error message or as part of the project’s README or documentation page, keeping the information easily accessible for users.

Thanks for considering this suggestion!

zxt-tzx commented 1 month ago

did you manage to find this information at all?

paullewisn commented 1 month ago

I could do with almost the opposite, being able to suppress this when running unit tests!

image

smcenlly commented 1 month ago

@paullewisn - you can pause Console Ninja on your project and you won't see any of these messages.

joseavr commented 3 weeks ago

I have the same issue. I am working in the LTS version of node and Console Ninja is yelling at me that it is not supported.

CleanShot 2024-10-28 at 03 15 21@2x

@smcenlly I would highly appreciate if you could add in the readme or in the website what is the latest node version for comunity ediition users?

Thank you

pedroresende commented 1 week ago

it's 20.16.0... you can check it in the extension installed folder in the supportedTools.txt file