Angular-CLI ng new: “Error: EPERM: operation not permitted…”

后端 未结 9 1519
死守一世寂寞
死守一世寂寞 2021-01-04 09:53

I am trying to use Angular-CLI to install a new Angular2 app, but keep running into the following issue:

ng new payment-calc-app

After \"Install

9条回答
  •  孤街浪徒
    2021-01-04 10:50

    i figured out that this could be due to various reasons, one could be node versions. but mostly and even in my case as @maury844 pointed out, it was due to ng serve running in another command prompt in parallel. deleting npm and npm-cache folders in appdata/roaming could also be related to this issue. try all these.

提交回复
热议问题