Configuring your development environment
Building code 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 life cycle management.
The Microsoft Power Platform Command-Line Interface (CLI) is the primary tool for building the project structure for code components, 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 JavaScript runtime engine, Node.js, to serve on the scripting side 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...