How do I check my version of Node.js?
  • 10 Jan 2023
  • 1 Minute to read
  • Dark
    Light

How do I check my version of Node.js?

  • Dark
    Light

Article Summary

When troubleshooting issues with InVision's DSM Storybook integration, our support agents will sometimes need to know which version of Node.js you're using. 

To check your version of Node.js, open Terminal (or another CLI of your choice), and type the command node -v. Press Enter.

The returning line will display the Node.js version currently installed.

This GIF demonstrates how to use Terminal to check your version of Node.js.



Was this article helpful?