My folder is a NodeJS project. After npm install
and committing/pushing, I still see node_modules
green. Some of its subfolders are also green.
Checking status of my git, it's up-to-date
.
What's wrong with my node_modules
. How to commit it?
Please note that I commented out node_modules/
in .gitignore
I referred to this post, but it does not seem to connect with my issue.