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?

  • 相关阅读:
    声明式事务
    AOP面向切面编程笔记
    IOC容器和Bean的配置实例
    IOC容器和Bean的配置
    nlogn的最长不下降子序列【tyvj1254挑选士兵】
    POJ1703 Find them, Catch them
    [code]poj3349 Snowflake Snow Snowflakes
    hdu 4607 Park Visit 树的直径
    hdu 1520 Anniversary party
    hdu 4863 Centroid of a Tree 树dp
  • 原文地址:https://www.cnblogs.com/chucklu/p/14311172.html
Copyright © 2011-2022 走看看