Angular CLI wont create new project

前端 未结 11 1329
有刺的猬
有刺的猬 2021-01-19 02:23

I am trying to create a project (named ngadmin) via the angular cli but it throws errors on this command: ng new ngadmin. The errors are:

11条回答
  •  难免孤独
    2021-01-19 03:08

    there is a file package.json

    Simply remove it and then Create project. it will work for sure

提交回复
热议问题