Error from chokidar : Error: UNKNOWN: unknown error, watch

后端 未结 2 671
滥情空心
滥情空心 2021-01-22 16:57

In a new Angular app I\'m getting the following error:

Error from chokidar : Error: UNKNOWN: unknown error, watch

I\'ve deleted and re-installed

相关标签:
2条回答
  • 2021-01-22 17:40

    I had this issue. Try creating the angular app in C drive only. Worked for me.

    0 讨论(0)
  • 2021-01-22 17:47

    you need to just Delete the node module folder

    npm install
    npm cache clean
    
    0 讨论(0)
提交回复
热议问题