angular ng build --watch @lib/xxx

Viewed 22

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

1 Answers

My screenshot

Did you try ng build [project] with your availability listed in the screenshot?

Related