Installation
This guide shows you how to install Shoplazza CLI on Windows, macOS, or Linux. You can use your computer's command line to install Shoplazza CLI from one of the supported package managers.
Requirements
To install and run Shoplazza CLI, you need to have the following installed on your computer:
Review the full requirements for interacting with Shoplazza CLI in Getting started with Shoplazza CLI.
Install Shoplazza CLI
Start by installing Shoplazza CLI on your computer. You can install Shoplazza CLI on Windows, macOS, or Linux. Use your computer's command line to install Shoplazza CLI from one of the supported package managers.
In a new terminal window, navigate to your home directory and run the following command:
npm install shoplazza-cli -g
Verify the installation
To verify that Shoplazza CLI is installed properly, run the following command:
shoplazza version
The command returns a version number.
Next steps
- Learn how to create and manage themes using Shoplazza CLI.
- Familiarize yourself with the core commands and theme commands for Shoplazza CLI.
- Troubleshoot common issues, including upgrading, migrating from a legacy version, and uninstalling Shoplazza CLI.
Updated over 2 years ago