AdonisJs Commands

Learn to install AdonisJs, look at a list of some frequently used commands, and learn to install some common packages.

Install AdonisJs

Install the dependencies (Node.js and npm)

Go to nodejs.org and download the installer according to your operating system. Run the installer and follow the instructions. Note that the Node.js installer includes npm.

At the time of writing (2020), AdonisJs requires the Node.js version to be 8.0.0 or above and the npm version to be at least 3.0.0.

Install AdonisJS via the AdonisJs CLI

You can use the Adonis CLI command-line tool to install the ...