EPERM: operation not permitted, lstat when running ng build

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

    I had the same problem, and it was related to what @goku_da_master commented, I had the vueJs application running even when my VsCode stopped, I figured it out from the task manager and fixed it like this:

    • I opened the task manager
    • I searched if Node.js was running
    • Right click on the Node.js process
    • Finish Task
    • "npm run dev" again

提交回复
热议问题