expressjs.com icon indicating copy to clipboard operation
expressjs.com copied to clipboard

Add list of supported Node versions

Open crandmck opened this issue 9 years ago • 3 comments

We should document which versions of Node that we test against and support.

crandmck avatar May 19 '16 00:05 crandmck

@crandmck maybe we should use the changelog file on the website for this?

hacksparrow avatar Jun 28 '16 21:06 hacksparrow

Yes, it would make sense to specify which Node versions a given release was tested against.

In addition, we should provide the list of supported Node versions of the current (latest) version of Express in a "Prerequisites" section in http://expressjs.com/en/starter/installing.html. Currently, it only says

Assuming you’ve already installed Node.js, ...

But we should clarify which version of Node.js you must install. Note: Although we may expect that it "should work" for many different versions, it's important to clarify which versions of Node are actually tested for a current release. That's what really matters to enterprise users.

crandmck avatar Jun 28 '16 22:06 crandmck

I agree, all good points here.

dougwilson avatar Jun 28 '16 22:06 dougwilson

Closed in favor of #1478

crandmck avatar Apr 03 '24 03:04 crandmck