Before you install and start using or customizing your Digital Commerce application, you must set up your environment for Angular development using the Angular CLI tool. This topic includes information about minimum system requirements and configuring the environment variables.

Supported Platforms

The following table lists the minimum requirements for installing and using Digital Commerce.

System RequirementMinimum Supported Version
Operating System

Standard Salesforce.com requirements. See Salesforce PDF.

Browser

Conga supports the following browsers:

  • Microsoft Edge Chromium

  • Google Chrome

Conga recommends the latest version of the browser for the best performance. Conga also recommends its customers to use Microsoft Edge Chromium as the browser of choice.

Internet Explorer is not supported.

Minimum Software Requirements

Before you begin, make sure your development environment includes Node.jsĀ® and an npm package manager.

Command prompt must run as administrator for all command line operations.

  1. Node JS v10.16.2 or higher: Install Node JS from the official Node website. For windows, download Windows installer .msi 64-bit.
  2. Angular CLI v10.1.1 or higher:
    • To check if already installed, use command: ng -v
    • If not installed, use command: npm install -g @angular/cli
  3. Windows Build Tools. Install python gyp using command: npm install --global --production windows-build-tools
  4. Visual Studio Code
  5. JDK / JRE 8 or Higher
  6. Apache AntTM (v1.10.3 or higher) - Install apache-ant-1.10.3-bin.zip or higher

Environment Variables

When NodeJs, JDK/JRE, and ANT are installed, it is necessary that they are accessible globally using the command prompt. Sometimes the environment variables are not configured and you may see errors stating 'node'/'java'/'ant' is not recognized as an internal or external command. You must configure the environment variables on your local system.

To configure environment variables

  1. Go to This PC > System Properties > Advanced System Settings.
  2. Click Environment Variables.
  3. Add the necessary paths into the User Variable.