nuxt: Console errors don't disappear after fixing
Version
Reproduction link
Steps to reproduce
Follow the instructions in nuxt.js repo README.md:
yarn add nuxt- add scripts: {“nuxt”: “nuxt”} to package.json
- add file pages/index.vue with content
<script>
export default {
}
</script>
- yarn run nuxt
Then try to remove } in pages/index.vue. You will see error in terminal. After return } back, error in terminal not disappear and HMR will cease work.
What is expected ?
Nuxt should see that i fix error and show success inscription.
What is actually happening?
Error stay
<div align="right">This bug report is available on Nuxt community (#c7833)</div>About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 7
- Comments: 21 (8 by maintainers)
Yea, same issue happens to me also. It’s really annoying, because in terminal you normally check if everything is compiled correctly.
same issue, the last eslint error message not auto remove when I fixed for eslint.