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?

  • 相关阅读:
    npm install node-echarts npm ERR! code ELIFECYCLE
    MySql-Proxy之多路结果集归并
    Error: Cannot find module 'is-accessor-descriptor'
    如何在Node.js实现兼容ES6
    perl 自动识别编码,转换编码
    Mixin result declared without body
    Python爬虫入门教程 48-100 使用mitmdump抓取手机惠农APP-手机APP爬虫部分
    unexpected token "indent"
    Radware:上周五美国大规模DDoS攻击是如何发生的
    Radware:上周五美国大规模DDoS攻击是如何发生的
  • 原文地址:https://www.cnblogs.com/chucklu/p/14311172.html
Copyright © 2011-2022 走看看