We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bbf90 commit 9f3ef06Copy full SHA for 9f3ef06
1 file changed
README.md
@@ -67,6 +67,12 @@ This starts three watchers concurrently:
67
68
**Note**: the first time running this, 11ty may take a little while to process all images in the `/docs` and `/handbook` folders.
69
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
76
### Legacy-only mode
77
78
To run just the legacy 11ty stack (equivalent to the old `npm start`):
0 commit comments