nodejsHow to check Node.js version
Usage example
nodejs -v
output
v12.22.9
Related
More of Nodejs
- How to write file
- How to set content type in HTTP server
- How to read stream to string
- How to send message to client from websocket server
- How to run Node.js script in background
- How to read stream to Buffer
- How to get current time
- How to set HTTP server requests timeout
- How to read file
- How to convert JSON to array
See more codes...