Prerequisites
Before using QAOS, make sure you have:- Node.js 16 or later — Download from nodejs.org
- A QAOS account — Sign up free
Run without installing
You can run QAOS directly using npx without installing anything globally:Install globally (optional)
If you prefer to haveqaos available as a standalone command, you can install it globally:
qaos directly instead of npx qaos.
Update
To run the latest version with npx, use the@latest tag:
Uninstall
If you installed QAOS globally and want to remove it:Troubleshooting
'qaos' is not recognized as a command
'qaos' is not recognized as a command
If you are using npx, make sure you are running Add the printed path to your shell’s
npx qaos and not just qaos. If you installed globally and the command is not found, your npm global bin directory may not be in your PATH. Run:PATH variable (.bashrc, .zshrc, or equivalent).Node.js version too old
Node.js version too old
QAOS requires Node.js 16 or later. Update using nvm: