Skip to content

Installation

Eren edited this page Jan 26, 2025 · 1 revision

Installation

Mac Prerequisites

1. Install XCode

2. Install node-gyp

npm install --global node-gyp

3. Setup node-gyp with Python

node-gyp --python /path/to/python

To install quartz.db, run the following command in your terminal:

# Using bun
bun add quartz.db

# Using pnpm
pnpm add quartz.db

# Using yarn
yarn add quartz.db

# Using npm
npm install quartz.db

Ensure you have Node.js and npm installed on your machine. You can verify your installation by running:

node -v
npm -v

If you encounter any issues during installation, please refer to the troubleshooting guide for assistance. Windows users may need to do additional steps listed here.

Clone this wiki locally