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

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

    Dear angular 2 coders for survival - this error was pain in the butt, did not resolve with npm cache clean, or restart or other my known methods... Just uninstall previous node version and INSTALL new current version @ https://nodejs.org/en/download/current/ - this resolved the error on my machine..so good luck!

提交回复
热议问题