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
After npm install, when you run npm run serve, lint errors are shown.
But that happens only the first time.
What is expected?
npm run serve should always show lint errors.
What is actually happening?
Every time after, npm run serve will not show lint errors.
It seems that the npm run serve shows lint errors from files that are actually in git changes and not all the files that are presented in the app.
So if you manually create a lint error, it will show in the terminal. But if you commit the lint error, stop the server and re-run the server then the lint error will not show.
Of course, npm run serve should show all errors disregarding if they are already committed or not.
The text was updated successfully, but these errors were encountered:
Version
4.1.1
Reproduction link
https://github.com/Rolanddoda/vue-cli-issue
Environment info
Details
Steps to reproduce
What is expected?
npm run serve
should always show lint errors.What is actually happening?
Every time after,
npm run serve
will not show lint errors.It seems that the
npm run serve
shows lint errors from files that are actually in git changes and not all the files that are presented in the app.So if you manually create a lint error, it will show in the terminal. But if you commit the lint error, stop the server and re-run the server then the lint error will not show.
Of course,
npm run serve
should show all errors disregarding if they are already committed or not.The text was updated successfully, but these errors were encountered: