Installing Flyyta

Learn how to install Flyyta and get started in a few moments.


To use Flyyta, first of all, you will need to have the Flyyta CLI. You can get it in any one of the two ways mentioned below.

Option 1 - Install Globally via Node Package Manager

npm i -g flyyta

This will automatically install Flyyta globally.

Option 2 - Clone from Github

You can directly get the latest version of the Flyyta CLI from GitHub and you need to install the Node dependencies and then link it to Node Package Manager

Additional Requirements

You also need to have these installed to build Flyyta applications for local development as well as to create the production build.

  • Nodejs - preferably the LTS version.
  • npm - in most cases, npm should already be bundled with Node.js itself.
+