Before installing the @face-auth/face-id package, ensure your environment meets the following prerequisites:
Node.js
Ensure you have Node.js version 12.x or higher installed. You can download it from the official Node.js website.
To check your Node.js version, run the following command in your terminal:
node -v
Bash
npm
npm (Node Package Manager) should be installed along with Node.js.
Verify its installation with the following command:
npm -v
Bash