What is the --save option for npm install?
I saw some tutorial where the command was:
npm install --save
What does the --save
option mean?
Not able to find the answer on Google.
I saw some tutorial where the command was:
npm install --save
What does the --save
option mean?
Not able to find the answer on Google.