One issue I'm encountering is that when I use npm install --save
to install a dependency, it works on my end but not for others who pull the code from Git. They end up having to run npm install
to get the dependency installed. What command can I use to ensure the dependency is automatically added to others' desktops when they pull the code?