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

what does --save-dev mean in npm install

msaber answered on October 4, 2020 Popularity 10/10 Helpfulness 6/10

Contents


More Related Answers

  • npm save as dev dependency
  • npm install package as developer dependency
  • npm install in dev mode
  • npm install --save-dev @angular/cli@latest
  • pnpm install dev
  • npm install without dev dependencies
  • install --save-dev postcss-file
  • yarn save dev
  • 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 save flag
  • Npm package that enables downloading files
  • please install @types npm install --save-dev

  • what does --save-dev mean in npm install

    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
    Link to this answer
    Share Copy Link
    Contributed on Feb 17 2023
    msaber
    0 Answers  Avg Quality 2/10

    Closely Related Answers



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

    2
    Popularity 10/10 Helpfulness 2/10 Language shell
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jul 24 2021
    Evil Elk
    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.