| title | Installation | ||
|---|---|---|---|
| description | Install Jumbo globally to use it across all your projects. | ||
| sidebar |
|
Install Jumbo globally to use it across all your projects.
- Node.js 18.18.0 or higher — Download Node.js
- npm — Included with Node.js
Check your Node.js version:
node --versionnpm install -g jumbo-clijumbo --versionExpected output:
jumbo-cli/1.0.1
You can also run jumbo without arguments to see the quick start instructions.
:::tip[Command not found?]
If jumbo is not recognized after installation, check that npm's global bin directory is in your PATH. Run npm bin -g to find the directory and add it to your PATH if missing.
:::
- First Run
- What Jumbo creates — Understand every file Jumbo adds to your project
- Understand core concepts