Despite my extensive search, I have not been able to find a solution to my problem. When I tried to build my Angular2 & Spring Boot project on another computer, I encountered an error while running ng build. The error message states:
Error: EPERM: operation not permitted, mkdir 'C:\Users\Vusala' at Error (native)
The directory C:\Users\Vusala is outdated, and I am unsure how to update it to the new directory where my project files are located (C:\My projects).
I am using IntelliJ. If anyone has experience with this issue, please help me resolve it.