Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

what is --save-dev check when we install a pachage

--save-dev is used to save the package for development purpose. Example: unit tests, minification..
--save is used to save the package required for the application to run.
 
PREVIOUS NEXT
Tagged: #check #install #pachage
ADD COMMENT
Topic
Name
5+5 =