How is V8 installed along with NodeJs? What version is my current V8 engine?
One-line solution: node -p process.versions.v8
node -p process.versions.v8
Alternative solution: node -e "console.log(process.versions.v8)"
node -e "console.log(process.versions.v8)"
2.1m questions
2.1m answers
60 comments
57.0k users