You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With recent ecosystem updates, several issues surfaced that fail dev server startup, but Nitro does not provide enough context of what error is,
Only simple message like [ERROR [worker reload] [worker init] ../.nuxt/dev/index.mjs failed](https://github.com/primefaces/primevue/issues/6712#top) is currently displayed.
One simple way to find root of issues currently is to do a production build (npm run build should show more hints)
(I will be working on a PR but if anyone wanted to pick it earlier, please ping + consider helping to make a minimal reproduction to confirm our fix alongside)
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
With recent ecosystem updates, several issues surfaced that fail dev server startup, but Nitro does not provide enough context of what error is,
Only simple message like
[ERROR [worker reload] [worker init] ../.nuxt/dev/index.mjs failed](https://github.com/primefaces/primevue/issues/6712#top)
is currently displayed.One simple way to find root of issues currently is to do a production build (
npm run build
should show more hints)A nice solution (primefaces/primevue#6712) had been suggested by @web-dev-sam to attach error cause.
(I will be working on a PR but if anyone wanted to pick it earlier, please ping + consider helping to make a minimal reproduction to confirm our fix alongside)
Additional information
The text was updated successfully, but these errors were encountered: