How to check nodejs version
To check node js version, open you terminal and write below command
node -v
To check npm version
npm -version
In short you can write
npm -v
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.
Yes0
No0