EPERM: operation not permitted, lstat when running ng build

后端 未结 7 939
予麋鹿
予麋鹿 2021-01-17 19:30

I\'m getting an ERROR when trying to run ng build on my angular 4 app.

EPERM: operation not permitted, lstat \'\'
<         


        
相关标签:
7条回答
  • 2021-01-17 20:16

    This probably a permission issue, just restart your IDE with admin permissions!

    In my case I had to restart VsCode as administrator.

    0 讨论(0)
提交回复
热议问题