npm run dev - UnhandledPromiseRejectionWarning: Unhandled promise rejection
[issue link]Running the nuxt.js app in dev mode using “npm run dev”.
The moment I change any style(.scss) file or nuxt.config file, the bundle get succeeded but if I refresh the browser then it hangs and there is an error in console as “UnhandledPromiseRejectionWarning: Unhandled promise rejection”.
Is there any workaround to resolve this issue. I’ve to run again “npm run dev” to see the changes. Its really delaying the development productivity.