Huge number of files generated for every Angular project

后端 未结 14 1080
旧时难觅i
旧时难觅i 2020-11-28 00:37

I wanted to start a simple hello world app for Angular.

When I followed the instructions in the official quickstart the installation created 32,000 files in my proje

14条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-28 01:15

    There is nothing wrong. These are all the node dependencies that you have mentioned in the package.json.

    Just be careful if you have download some of the git hub project, it might have lot of other dependencies that are not actually require for angular 2 first hello world app :)

    • make sure you have angular dependencies -rxjs -gulp -typescript -tslint -docker

提交回复
热议问题