How to rename an Angular project?

前端 未结 5 709
北荒
北荒 2021-01-03 19:51

I renamed my Angular 4 project folder from auction-life to auction-05-life and replaced 3 occurrences of the old project name in:

5条回答
  •  爱一瞬间的悲伤
    2021-01-03 20:30

    Modify Project name in angular.json file & also project folder name. Delete 'node_modules' folder from your project directory. Then run npm install command.Finally run ng serve command.

提交回复
热议问题