forked from plexidev/quick.db
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Eren edited this page Jan 26, 2025
·
1 revision
Mac Prerequisites
npm install --global node-gyp
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.