What is the correct command to check Node version and how can I verify it properly?

If the command isn’t working, Node.js might not be installed or isn’t in your system’s PATH. Run:

which node # macOS/Linux
where node # Windows

:point_right: If no path is returned, install Node.js from nodejs.org.