nuxt: Console errors don't disappear after fixing

Version

v2.0.0

Reproduction link

http://localhost:3000

Steps to reproduce

Follow the instructions in nuxt.js repo README.md:

  1. yarn add nuxt
  2. add scripts: {“nuxt”: “nuxt”} to package.json
  3. add file pages/index.vue with content
<script>
export default {
}
</script>
  1. 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)

Most upvoted comments

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.