How is V8 installed along with NodeJs? What version is my current V8 engine?
Easy way:
Type in command line: node -p process.versions.v8
Hard way:
Type node --version
to get the Node.js version.
Go to the Node.js Changelogs.
Find and open an appropriate Node.js version change log.
Look for notes containing V8 to
.