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

后端 未结 9 1561
死守一世寂寞
死守一世寂寞 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:41

    I had this same issue. I solved it by rolling back to NodeJS LTS. For me, 11.7 Current was the issue. I combed the inter webs and discovered that Current doesn't get tested with NPM all the time, so in a way, Current is how that team tests NodeJS in the wild. Best of luck to anyone having this issue.

提交回复
热议问题