Hi @zohaibukhan ,
It seems to be an issue with the pac 1.7.2. (I cannot reproduce it myself, but a lot of devs have it).
Until a newer version of "pac cli" will be released, you could try to go back to an older version.
pac use
will list all the versions you have installed. If you have the 1.6.6 installed, switch to it_
pac use 1.6.6
If you have only the 1.7.2 installed, you could install the 1.6.6 version by using:
pac install 1.6.6
For the "build" issue, if you still have it after downgrading the "pac version", maybe it helps to disable the telemetry
pac telemetry disable
Hope it helps!
Diana