Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

System Requirement

Understanding the system requirements is crucial for ensuring a smooth installation and operation of your application. This section provides an overview of the necessary components and configurations needed to set up your development environment effectively.

Prerequisites

  • Before you install and start using or customizing your 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.

Note: Ensure the Command Prompt is run as an administrator for all command-line operations.
  • Node JS v16.18.1 or higher: Install Node JS from the official Node website. For windows, download Windows installer .msi 64-bit

  • Angular CLI until version 13.0.0:

    • To check if already installed, use the command: ng -v

    • If not installed, use the command: npm install -g @angular/cli

  • Windows Build Tools. Install python gyp using the command: npm install --global --production windows-build-tools

  • Visual Studio Code