Installation
The Cubby CLI is distributed via npm.Requirements
- Node.js 18 or later
- npm, yarn, or pnpm
Install via npm
Install via yarn
Verify Installation
Authentication
Before deploying, authenticate with your Cubby account:Updating
To update to the latest version:Troubleshooting
Command not found
Command not found
Ensure your npm global bin directory is in your PATH. Run
npm bin -g to see the location.Permission errors on macOS/Linux
Permission errors on macOS/Linux
Try using a Node version manager like nvm, or configure npm to use a user-writable directory.