Santhosh Nagulanchi
Santhosh Nagulanchi

Reputation: 783

ExpressJs Compatibility with NodeJs Version

I am trying to find to see if expressjs 4 can support Nodejs 10.15.3 ( Lts) version. Is there any compatibility matrix that i can look into before deciding versions to choose?

Upvotes: 3

Views: 4056

Answers (1)

Ivan Vasiljevic
Ivan Vasiljevic

Reputation: 5708

If you check out express/package.json you can see that express needs node v0.10.0 or newer.

So yes, Express.js v4 is supporting Node.js v10.15.3.

Upvotes: 5

Related Questions