EPERM: operation not permitted, lstat when running ng build

后端 未结 7 941
予麋鹿
予麋鹿 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:11

    Error : Error: EPERM: operation not permitted, lstat 'C:\Users\Administrator'

    We encountered this error after the Windows update.

    This Solution worked for me;

    1. Go to C:\Users\Administrator
    2. Rename the file NTUSER.DAT as NTUSER-old.DAT

提交回复
热议问题