How do I check my version of Node.js?
- 10 Jan 2023
- 1 Minute to read
- DarkLight
How do I check my version of Node.js?
- Updated on 10 Jan 2023
- 1 Minute to read
- DarkLight
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.
Was this article helpful?