Setting up your environments
Building PCF components requires configuring your local development device and, in the case of canvas apps, your Power Platform environments as well. These configurations involve installing specific tools to aid in component lifecycle management.
The Microsoft Power Platform Command-Line Interface (CLI) is the primary tool to build the PCF’s project structure, and it requires several tools to perform its tasks. This recipe will cover the detailed steps to prepare the CLI installation, separating each tool installation into different sections.
Getting ready
The required tooling to build PCF projects supports Windows 10 / 11 or macOS. We will leverage the JavasScript runtime engine Node.js to serve the scripting side of this project and its package manager (npm) to gather all the required references.
When choosing a development tool to build these components, you have two options: Visual Studio (version 2017 or later) or Visual Studio...