Troubleshooting Thursdays : Permission Issues while installing the CLI

Troubleshooting Thursdays : Permission Issues while installing the CLI

If you face EACCESS issues, while installing the CLI, this is because you do not have adequate permission to install the CLI in the system. If you are using a Windows system, you can install the Catalyst CLI with admin access, otherwise, you can use the sudo command
  1. sudo npm install -g zcatalyst-cli
Please check the Getting Started guide for more details on installing the CLI.