Documentation
Installation
Get arrow on your machine in under a minute. Choose the method that fits your workflow.
Requirements
- Node.js 18 or later
- macOS, Linux, or Windows 10+
- Git (for project scaffolding from templates)
bash
node --versionQuick install
The fastest way to install arrow:
bash
curl -fsSL https://arrow.dev/install | shOr with wget:
bash
wget -qO- https://arrow.dev/install | shPackage managers
Install via your preferred package manager:
npm
bash
npm install -g @arrow/cliyarn
bash
yarn global add @arrow/clipnpm
bash
pnpm add -g @arrow/cliHomebrew (macOS)
bash
brew tap arrow-dev/tap && brew install arrowVerify the install
Run the version command to confirm everything is set up:
bash
$ arrow --version
arrow 2.4.1Update
Update to the latest version:
bash
arrow self-updateIf you installed via npm or yarn, use your package manager to update instead.