Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1022 Bytes

File metadata and controls

57 lines (38 loc) · 1022 Bytes
title Installation
description Install Jumbo globally to use it across all your projects.
sidebar
order
1

Install Jumbo globally to use it across all your projects.


Prerequisites

Check your Node.js version:

node --version

Install with npm

npm install -g jumbo-cli

Verify installation

jumbo --version

Expected 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. :::


What's next?