Installation and Setup

Prerequisites

Before you begin, ensure you have:

  • Node.js and npm installed on your machine.

  • Access to Startup, Enterprise or Developer Account

Installation and Setup

Follow the steps below to install and configure Concur's consent management packages.

1. Install Concur Packages

The first step is to install the necessary npm packages provided by Concur.

npm i let-packages

This command installs all required dependencies to set up Concur's consent management system.

After installation you will see let-packages installed as a package in your package.json.

"dependencies": {
    "let-packages": "^1.2.0"
  }

Last updated