1. Home
  2. Docs
  3. NPM package
  4. Installation
  5. Installation guide

Installation guide

Follow these steps to install the @face-auth/face-id package using npm:

Install the package

Use npm to install the @face-auth/face-id package. This command will add the package to your project’s dependencies:

npm install @face-auth/face-id

Bash

Verify installation

Ensure the package is correctly installed by checking your package.json file. You should see @face-auth/face-id listed under dependencies:

{
  "dependencies": {
    ...
    "@face-auth/face-id": "^0.1.0"
    ...
  }
}

JSON

How can we help?