We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pnpm
1 parent dbfaa0b commit e572c3cCopy full SHA for e572c3c
2 files changed
docs/content/1.index.md
@@ -13,7 +13,7 @@ cta:
13
secondary:
14
- Star on GitHub →
15
- https://github.com/nuxt/image
16
-snippet: yarn add -D @nuxt/image
+snippet: pnpm add -D @nuxt/image
17
---
18
19
#top
docs/content/2.get-started.md
@@ -14,6 +14,9 @@ You are reading the `v1` documentation compatible with **Nuxt 3** (experimental)
Add `@nuxt/image@rc` as a development dependency to your project:
::code-group
+```bash [pnpm]
+pnpm add -D @nuxt/image@rc
+```
20
```bash [yarn]
21
yarn add --dev @nuxt/image@rc
22
```
@@ -57,6 +60,10 @@ If an error occurs during installation:
57
60
- Try to upgrade to latest versions:
58
61
59
62
63
+ ```bash [pnpm]
64
+ pnpm up @nuxt/image@rc
65
+ ```
66
+
67
68
yarn upgrade @nuxt/image@rc
69
0 commit comments