Installing Dependencies
Install Node.js packages and confirm your runtime is ready.
Last updated:
Node.js version
BloggFast requires Node.js 18.17 or higher. Verify your version:
bash
node -vNeed to manage multiple versions? Use nvm (macOS/Linux) or nvm-windows.
What gets installed
When you ran npm install earlier, it installed the following highlights of the shipped stack:
- Next.js 15, React 19, React Compiler
- Prisma 7 with the Neon driver adapter
- Sanity 4 +
@portabletext/react - Vercel AI SDK (
ai) + gateway/provider packages (@ai-sdk/gateway,@ai-sdk/anthropic,@ai-sdk/google,@ai-sdk/openai) - Resend SDK + Svix for webhooks
- AWS S3 SDK (
@aws-sdk/client-s3) — used to talk to Cloudflare R2 - Tailwind CSS v4 + shadcn/ui
Note
Peer dependency or deprecation warnings are safe to ignore unless the install itself fails.