zoukankan      html  css  js  c++  java
  • What is the difference between --save and --save-dev?

    What is the difference between --save and --save-dev?

    What is the difference between:

    npm install [package_name]
    

    and:

    npm install [package_name] --save
    

    and:

    npm install [package_name] --save-dev
    

    What does this mean? And what is really the effect of --save and -dev keywords?

  • 相关阅读:
    Linux .bashrc文件设置快速访问快捷键
    Fiddler如何添加ServerIP显示
    软件测试工程师常用工具汇总
    [ASP.NET Core开发实战]基础篇04 主机
    《数据结构与算法之美》24——堆的应用
    [ASP.NET Core开发实战]基础篇03 中间件
    《数据结构与算法之美》23——堆和堆排序
    [ASP.NET Core开发实战]基础篇02 依赖注入
    [ASP.NET Core开发实战]基础篇01 Startup
    [ASP.NET Core开发实战]开篇词
  • 原文地址:https://www.cnblogs.com/chucklu/p/14311172.html
Copyright © 2011-2022 走看看