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?

  • 相关阅读:
    程序员式的幽默(灌水)
    你应该知道的
    WPF控件应用[0]
    WPF控件应用[2]
    C#调用Win32 的API函数User32.dll
    C#获取当前行号
    C#导入excel重写
    [转]wpf相关好资源
    使用C#和Excel进行报表开发-生成统计图Chart
    [转]用 delphi 创建一个服务程序
  • 原文地址:https://www.cnblogs.com/chucklu/p/14311172.html
Copyright © 2011-2022 走看看