Node.js
Install via npm or yarn:- Node.js 14.x or higher
- TypeScript 4.x or higher (optional)
Python
Install via pip:- Python 3.7 or higher
- pip 20.0 or higher
Go
Install via go get:- Go 1.18 or higher
- Go modules enabled
Java
Install via Gradle or Maven:- Java 11 or higher
- Gradle 7.x or Maven 3.8+
Expo (React Native)
Install via npx expo:- Expo SDK 48 or higher
- React Native 0.71 or higher
expo-auth-session- For OAuth flowsexpo-secure-store- For secure token storage
Verify Installation
Verify the SDK is installed correctly:Troubleshooting
Node.js Issues
Error: Cannot find module ‘@scalekit-sdk/node’ Ensure you’ve installed the package:Python Issues
Error: No module named ‘scalekit’ Verify installation:Go Issues
Error: package github.com/scalekit-inc/scalekit-sdk-go is not in GOROOT Rungo mod tidy to download dependencies:
Java Issues
Error: Could not find com.scalekit:scalekit-sdk-java Ensure Maven Central is in your repositories: Gradle:Expo Issues
Error: expo-auth-session not found Install missing dependencies:Version Compatibility
| SDK | Current Version | Minimum Runtime |
|---|---|---|
| Node.js | 2.x | Node.js 14+ |
| Python | 1.x | Python 3.7+ |
| Go | 1.x | Go 1.18+ |
| Java | 2.0.11 | Java 11+ |
| Expo | 1.x | Expo SDK 48+ |
Update SDKs
Keep your SDK updated for latest features and security patches:Next Steps
After installation:Support
If you encounter installation issues:- Check GitHub Issues for your SDK
- Review SDK-specific documentation
- Contact support at [email protected]