Skip to content

Commit 5d6992c

Browse files
committed
docs: pin codemod to v0.18.7 for migration recipe (codemod/codemod#1710)
1 parent b7ed1d3 commit 5d6992c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/1.getting-started/18.upgrade.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,19 +221,23 @@ You can run all the codemods mentioned in this guide using the following `codemo
221221
::code-group
222222

223223
```bash [npm]
224-
npx codemod@latest nuxt/4/migration-recipe
224+
# Using pinned version due to https://github.com/codemod-com/codemod/issues/1710
225+
npx [email protected] nuxt/4/migration-recipe
225226
```
226227

227228
```bash [yarn]
228-
yarn dlx codemod@latest nuxt/4/migration-recipe
229+
# Using pinned version due to https://github.com/codemod-com/codemod/issues/1710
230+
yarn dlx [email protected] nuxt/4/migration-recipe
229231
```
230232

231233
```bash [pnpm]
232-
pnpm dlx codemod@latest nuxt/4/migration-recipe
234+
# Using pinned version due to https://github.com/codemod-com/codemod/issues/1710
235+
pnpm dlx [email protected] nuxt/4/migration-recipe
233236
```
234237

235238
```bash [bun]
236-
bun x codemod@latest nuxt/4/migration-recipe
239+
# Using pinned version due to https://github.com/codemod-com/codemod/issues/1710
240+
bun x [email protected] nuxt/4/migration-recipe
237241
```
238242

239243
::

0 commit comments

Comments
 (0)