Skip to main content

Install symphony-cli

Checking Your Network

When Pulse Secure is open on your computer:

When Pulse Secure is not open on your computer:

  • If you have access to https://registry.npmjs.org/ from your local environment, follow the installation steps.

  • If you cannot access https://registry.npmjs.org/, first, enable the Pulse Secure. Then, follow the steps under When Pulse Secure is open on your computer section above.

How to Install symphony-cli?

  • Delete the symphony-cli files under C:\Users\USERNAME\AppData\Roaming\npm.

  • Delete the symphony-cli files under C:\Users\USERNAME\AppData\Roaming\npm\node_modules.

  • Run the command npm uninstall -g symphony-cli to uninstall the existing CLI.

  • Verify the successful removal of the CLI by running the command symphony-cli --help. If there is no response, the CLI has been successfully removed.

  • Run the command npm cache clean --force.

  • Install symphony-cli by running the command npm install -g @stechquick/symphony-cli.

  • Verify the successful installation of the symphony-cli by running the command symphony-cli --help.