nodejsHow to check if Node.js is installed or not
node -v
ctrl + c
node -v returns installed Node.js version or error ( |
Usage example
node -v
output
-bash: /usr/bin/node: No such file or directory
Related
More of Nodejs
- How to read stream to Buffer
- How to pipeline streams
- How to set content type in HTTP server
- How to POST JSON data
- How to init Node.js project with NPM
- How to pretty print JSON stringify
- How to get file extension
- How to get current time
- How to export class
- How to convert JSON to array
See more codes...