In this chapter, we will be using Node.js, AWS Amplify, and Quasar Framework.
Attention, Windows users! You need to install an NPM package called windows-build-tools to be able to install the required packages. To do it, open PowerShell as an administrator and execute the following command:
> npm install -g windows-build-tools
> npm install -g windows-build-tools
To install Quasar Framework, you need to open the Terminal (macOS or Linux) or the Command Prompt/PowerShell (Windows) and execute the following command:
> npm install -g @quasar/cli
To install AWS Amplify, you need to open the Terminal (macOS or Linux) or the Command Prompt/PowerShell (Windows) and execute the following command:
> npm install -g @aws-amplify/cli