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.
