My project use angular and sprint boot.I want to update library I use in project locally. So I just use command in cmd under lib folder.
ng build --watch @lib/xxx
Then I got this. But I already had project. I don't understand the cause. thx. enter image description here