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?

  • 相关阅读:
    《张艺谋这个人》较真
    《智能》是真智能
    《解密小米之互联网下的商业奇迹》
    《三毛。。。。》烂漫
    《盛典―― 诺奖之行》
    常用iOS、Mac框架和库及常用中文开发博客
    《人脸识别与人体动作识别技术及应用》
    《程序员第二步从程序员到项目经理》
    《信息安全导论》
    [leetCode]141.环形链表
  • 原文地址:https://www.cnblogs.com/chucklu/p/14311172.html
Copyright © 2011-2022 走看看