code-quality

How to know if node version you are using is LTS release

How to know if node version you are using is LTS release

How to know if node version you are using is LTS release

Developers can easily determine if they are working with an LTS version of Node.js by checking the process.release.lts property within node. This property will be undefined in regular releases.

$ node -v
v4.2.0
$ node -pe process.release.lts
Argon

Reference: <a href=https://nodejs.org/en/blog/release/v4.2.0/#argon rel=“nofollow” target=“_blank”>https://nodejs.org/en/blog/release/v4.2.0/#argon

About the author

Prakash Poudel Sharma

Engineering Manager · Product Owner · Varicon

Engineering Manager at Varicon, leading the Onboarding squad as Product Owner. Eleven years of building software — first as a programmer, then as a founder, now sharpening the product craft from the inside of a focused team.

Keep reading

More on this

Join the conversation0 comments

What did you take away?

Thoughts, pushback, or a story of your own? Drop a reply below — I read every one.

Comments are powered by Disqus. By posting you agree to theirterms.

0:000:00