Setup framework7-cli

Created by Ajay Kumar Choudhary, Modified on Tue, 09 Feb 2021 at 06:11 PM by Ajay Kumar Choudhary

You need framework7-cli to be installed globally to your PC https://framework7.io/cli/installation.html


First of all make sure you have latest stable Node.js and NPM installed on your machine.

If you are going to target Native/Hybrid apps then you also need to install Cordova first (may require sudo):

$ npm install -g cordova

Now we can install Framework7 CLI (may require sudo):

$ npm install -g framework7-cli

If you have issues with installation related to access errors, you may try to run the command with additional flags:

$ npm install -g framework7-cli --unsafe-perm=true --allow-root

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article