Installation
How to install and set up qmims
Prerequisites
Before installing qmims, ensure you have:
1. Node.js
Version 18.x or later
node --version
2. Amazon Q Developer CLI
Must be installed and authenticated
- Install Amazon Q Developer CLI
- Authenticate with:
q login
- Verify installation:
q chat "What is Amazon Q Developer?"
3. pnpm (for source installation)
qmims uses pnpm as its package manager for source installation
# Install pnpm if not already installed npm install -g pnpm # Verify pnpm installation pnpm --version
Important
Make sure Amazon Q Developer CLI is properly authenticated before using qmims.
Installation Methods
Install qmims globally using npm:
npm install -g qmims
Or using pnpm:
pnpm add -g qmims
Verifying Installation
After installation, verify that qmims is correctly installed:
qmims --version
You should see the current version number (0.0.2) displayed.
Troubleshooting
If you encounter any issues during installation, please refer to the Troubleshooting section.