npm –save or –save-dev. Which one to use?
Introduction If you have ever worked in NodeJs, you must have install one or two packages through “npm install <package>” command. By running this command, the nodeJs will install this package on your working directory, under node_modules. To save this packages as your dependencies, under package.json, you have two choices: –save-dev –save …