如果您处于开发模式或生产模式,package_json如何知道?

时间:2017-08-17 07:41:36

标签: javascript npm package.json

package_json如何知道何时加载devDependencies与正常的依赖关系?它如何判断你在本地和生产中运行的时间?

1 个答案:

答案 0 :(得分:2)

默认情况下,当您运行# Appending an `i` to this regexp would enable case-insensitive # matching and would find upper-case characters too. VOWELS = /[aeiou]/ def count_vowels(string) string.scan(VOWELS).size end 之类的内容时,您处于开发模式。您需要添加npm install才能切换。

因此,如果您只想安装--production而不安装dependencies,那么您只需使用devDependencies