77172/node-js-version-on-the-command-line
I want to get the version of Node.js on the command line. I'm expecting to run a command like:
node -version
but that doesn't work. Does anybody know what the command line would be?
Hello @kartik,
The command line for that is:
node -v
Or
node --version
Note:
If node -v doesn't work, but nodejs -v does, then something's not set up quite right on your system.
Hope it helps!! Thank you!!
Hello @kartik, Since you've mentioned Express.js in your ...READ MORE
Hello @kartik, you can do this: fs.readFile(path.resolve(__dirname, 'settings.json'), 'UTF-8', ...READ MORE
Hello @kartik, With Node.js v6 (and above) there ...READ MORE
Hello @kar You can do the following to ...READ MORE
Hey @kartik, First you must have xampp install ...READ MORE
Hello, First you need to have laravel install ...READ MORE
Hii, First you need to start Apache and ...READ MORE
Hey, You just need to go Laravel folder through ...READ MORE
Hello @kartik, Ctrl+Z suspends it, which means it can ...READ MORE
Hello, npm view <package> version - returns the latest ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.