- It's not a good practice to Upload node_modules to the code base , Remove it from the codebase. - use .gitignore from the next and write node_modules/ into it at the time of commit.
It's not a good practice to Upload node_modules to the code base , Remove it from the codebase.
use .gitignore from the next and write node_modules/ into it at the time of commit.