Submit the code with git, check the status and it will show that there are new files. After entering git add ., why are there so many npm running instructions?
为情所困
为情所困 2017-05-02 09:46:02
0
2
677


Git submits the code. After checking the status, it shows that there are new files. After entering git add ., why do so many npm running instructions appear? Before the first one is submitted, and after the second one is submitted, because npm is newly installed on the computer, is there any accidental conflict?

为情所困
为情所困

reply all(2)
滿天的星座

It has been solved because the node_modules folder was mistakenly saved in the folder

習慣沉默

You can ignore npm_modules in .gitignore

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template