I saw some tutorial where the command was:
npm install --save
What does the --save option mean?
--save
Not able to find the a
according to NPM Doc
So it seems that by running npm install package_name, the package dependency should be automatically added to package.json right?
npm install package_name