You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
Scaffold a modern, production-ready Cloudinary application with React 19, Vite 6, and TypeScript 5. Features interactive setup, automatic environment configuration, and built-in AI coding assistance.
10
10
11
-
- Node.js 18+ installed
11
+
-**Node.js** — use a [current LTS](https://nodejs.org/) release. The generated app lists supported versions under `engines` in its `package.json`.
12
12
- A Cloudinary account (free tier available)
13
13
-[Sign up for free](https://cld.media/reactregister)
14
14
- Your cloud name is in your [dashboard](https://console.cloudinary.com/app/home/dashboard)
@@ -36,7 +36,7 @@ Part of the [Cloudinary Developers](https://github.com/cloudinary-devs) organiza
36
36
37
37
## 🚀 Quick Start
38
38
39
-
Ensure you have Node.js 18+ installed.
39
+
Use a current **Node.js LTS** release. If installs fail, match the `engines` range in the generated project’s `package.json`.
40
40
41
41
```bash
42
42
npx create-cloudinary-react
@@ -80,7 +80,7 @@ During setup, select your AI tool to generate **Context Rules**. These rules tea
80
80
81
81
## 📋 Prerequisites
82
82
83
-
-**Node.js 18+**
83
+
-**Node.js** — LTS recommended; exact ranges for the scaffolded app are in `package.json` → `engines`.
84
84
-**Cloudinary Account**: [Sign up for free](https://cloudinary.com/users/register/free) if you haven't already.
`Unknown package manager "${packageManager}". Use npm, pnpm, yarn, or bun. Ignoring --packageManager; using npm_config_user_agent when it names a supported client, otherwise npm.`
0 commit comments