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)"
1.4m articles
1.4m replys
5 comments
57.0k users