what does "npm add . " will do and how to revert back ? I mistakenly did that instead of git add
guys this is urgent I need help I did " npm add . " (there’s a space after add and then a fullstop) how do i revert back , actually i wanted to do git add . >Solution : The most cleaner way is to: Remove the package/s from the package.json, you might need to… Read More what does "npm add . " will do and how to revert back ? I mistakenly did that instead of git add