Skip to content

Commit 9f3ef06

Browse files
authored
Add warning to README about cleaning Nuxt build output before dev (#5042)
1 parent f0bbf90 commit 9f3ef06

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ This starts three watchers concurrently:
6767

6868
**Note**: the first time running this, 11ty may take a little while to process all images in the `/docs` and `/handbook` folders.
6969

70+
**Note**: if you have previously run `npm run build:nuxt`, clean the generated directories before starting dev or you will get a `spawn EBADF` error:
71+
72+
```bash
73+
npm run clean:nuxt
74+
```
75+
7076
### Legacy-only mode
7177

7278
To run just the legacy 11ty stack (equivalent to the old `npm start`):

0 commit comments

Comments
 (0)