Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

what is difference between npm install and npm install save --dev

pratham82 answered on October 4, 2020 Popularity 9/10 Helpfulness 5/10

Contents


More Related Answers

  • npm save as dev dependency
  • npm install --save-dev @angular/cli@latest
  • npm install --save-dev shortcut
  • npm_save
  • file-saver npm
  • file-saver npm
  • file-saver npm
  • file-saver npm
  • file-saver npm
  • what is --save-dev check when we install a pachage
  • Npm package that enables downloading files
  • please install @types npm install --save-dev

  • what is difference between npm install and npm install save --dev

    1
    Popularity 9/10 Helpfulness 5/10 Language shell
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Oct 04 2020
    pratham82
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    5

    The --save-dev option allows you to save packages under the devDependencies object in your package. json file. Any packages listed under the devDependencies will not be installed when you are in the production environment. For example, a test runner like karma won't be needed for the production build

    Popularity 10/10 Helpfulness 6/10 Language shell
    Source: Grepper
    Tags: mean
    Link to this answer
    Share Copy Link
    Contributed on Feb 17 2023
    msaber
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.