-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Describe the bug
When I run nuxt app using nuxt-ts in hoisted lerna monorepo, it causes weird behavior: when I open serve address, see 5 continuous reloads and this message:

To Reproduce
Steps to reproduce the behavior:
- Clone repository https://github.com/georgyfarniev/nuxt_lerna_repro
- Run
npm i && npm run bootstrap - Run
cd repro && npm run dev - Open localhost:7005
- See error described above
Expected behavior
Working correctly with hoisted lerna monorepo.
Additional context
Reproducible in both Windows 10 and Node 12, as well as Arch Linux with Node 12.
Please pay attention to lerna.json, as hoisted mode are enabled there.
Also, it's probably nuxt-ts issue, because everything works well with plain nuxt
This bug is a critical blocker for us, since we cannot use our applications written in nuxt+typescript using our lerna setup which is vital for us, so I will keep monitoring this issue and I'm ready to provide any possible assistance with fixing it.