Nuxt prepare step hangs (with repo)
davestewart opened this issue · 1 comments
davestewart commented
Background
It seems that prepare
is hanging after Types generated in demo/.nuxt
, so this is a reproduction issue.
The posts in #169 cite a few modules as being contributing culprits; i.e., removing them causes the issue to go away.
One of those modules is Nuxt Content Assets (mine) which ships with a small demo, which I've used to try and recreate the problem and identify why it might be happening.
Details
The demo in Nuxt Content Assets was using Nuxt 3.3.2
, and running the demo:prepare
script ran fine.
I down / upgraded to see if a particular version of Nuxt introduces the problem, and it starts from 3.7.0
(3.8.0
also hangs) whereas 3.6.5
runs fine.
Not sure how helpful that is, but hopefully a starting point.
Notes
See:
- Original Issue: #169
- Repo: Nuxt Content Assets / Demo