Why can not I upload the node_modules file into GitHub repository?
问题 I have a project I wrote using angular 6. I want to upload into GitHub the project but when i upload the project with GitHub Desktop, all files are uploaded except node_modules file. When i download the project from GitHub and i try to run, because of the node_modules file is not uploaded, the project is not working. So other people can not run the project too. if i can include the node_modules file in the GitHub Repository. it will run. So, Why the node_modules file does not upload into