Installing Packages
The following packages and tools need to be installed because they will be required in your development workflow. Installation instructions may vary depending on the operating system you are using.
- Node – Install node version v24.11.1. You can use nvm to install the node and its specific version.
- Composer
- wget
- GitHub CLI
Homebrew – If you are using macOS, it is recommended to use Homebrew for installing packages.
Idea to Explore:
- Can we install Node with npm?