Search code examples
node.jsv8

How to check which version of v8 is installed with my NodeJS?


How is V8 installed along with NodeJs? What version is my current V8 engine?


Solution

  • Easy way:
    Type in command line: node -p process.versions.v8

    Hard way:

    1. Type node --version to get the Node.js version.

    2. Go to the Node.js Changelogs.

    3. Find and open an appropriate Node.js version change log.

    4. Look for notes containing V8 to.