EPERM: operation not permitted, lstat when running ng build

后端 未结 7 952
予麋鹿
予麋鹿 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-17 20:06

    I saw this problem when running IISNODE...

    Solution: Ensure that AppPool Identify from IIS has read permissions all the way from root of harddrive to website files.

    Full answer is here https://github.com/tjanczuk/iisnode/issues/247

提交回复
热议问题