Installation
Get SeanStack up and running in minutes with our CLI tool.
Prerequisites
Before installing SeanStack, ensure you have Node.js 18+ and Git installed on your system.
Quick Install
Install the SeanStack CLI globally to start creating projects
npm install -g @seanstack/cli
Verify Installation
Check that SeanStack CLI is installed correctly
seanstack --version
You should see the version number of the installed CLI.
System Requirements
- Node.js 18.0.0 or higher
- Git installed and configured
- macOS, Windows, or Linux
- 2GB RAM minimum (4GB recommended)
Troubleshooting
Permission Errors
If you encounter permission errors during global installation:
sudo npm install -g @seanstack/cli
Behind a Corporate Proxy
Configure npm to use your proxy:
npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080