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?

  • Install Npm and Node.js: To make your system ready to start developing a UI application, Nodejs and Npm must be installed on the computer. The Node.js installer includes the NPM, therefore installing Node.js will be adequate. To download a suitable Node.js installer for your system, click Here

  • Install NVM: Use 16.18.0 Node version. NVM must be used to install the 16.18.0 node version. For more detailed information, click See More.

  • 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.