why-npm-i-so-long

授权协议 Readme
开发语言 JavaScript
所属分类 Web应用开发、 常用JavaScript包
软件类型 开源软件
地区 不详
投 递 者 翟凯
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

why-npm-i-so-long

illustration of a person asking why npm install take so long?

Little utility to ease troubleshooting why installing npm dependencies takes too long.

What is "publish size" vs "install size"?

The "publish size" is the size of the source code published to npm. This number is easy to detect and should be pretty small.

The "install size" is the size your hard drive will report after running npm install. This includes the package, all of the dependencies, and its dependency's dependencies...and so on.

Use without installing

npx why-npm-i-so-long path/to/package.json

Installation

npm install --global why-npm-i-so-long

Usage

See install size of dependencies

why-npm-i-so-long path/to/package.json

See install size of devDependencies

why-npm-i-so-long path/to/package.json --dev

Acknowledgments

  • npm i和npm by Carl-Johan Kihl 卡尔·约翰·基尔(Carl-Johan Kihl) 让您的NPM套件包含Jest和Codecov☂️ (Get your NPM-package covered with Jest and Codecov ☂️) 介绍 (Introduction) Let’s talk about code coverage, and how you ca

 相关资料
  • why cant i, hold all these different kinds of item https://twitter.com/limesbot https://mastodon.social/@limeguy runs using github actions' scheduledevents.thanks to simon willison for the inspiration

  • "Why Can't I Connect?" 是一个 TCP/IP 连接错误诊断工具。支持常用的网络协议诊断。

  • 本文向大家介绍npm i和npm install有什么区别?相关面试题,主要包含被问及npm i和npm install有什么区别?时的应答技巧和注意事项,需要的朋友参考一下 用npm i安装的模块无法用npm uninstall删除,用npm uninstall i才卸载掉 npm i会帮助检测与当前node版本最匹配的npm包版本号,并匹配出来相互依赖的npm包应该提升的版本号 部分npm包在

  • Why

    Rx 以一种声明的方式开发apps 绑定(bindings) Observable.combineLatest(firstName.rx_text, lastName.rx_text) { $0 + " " + $1 } .map { "Greetings, \($0)" } .bindTo(greetingLabel.rx_text) UITableViews 和 UIColle

  • 这小节内容是译者加的,因为我认为对于新手而言,学习一个框架是有成本的,特别是对于一个不算简单的技术来说,我希望这篇教程是对新手友好的,所以我首先要让你放心的将时间和精力投入到Angular2 中。那我们先不谈技术细节,先用数据说话。 这里我多说一句,最近看一些文章中谷歌趋势截图,大都没有把范围限定在“编程”上。图中可以看出Vue2非常少,所以在下面比较中不再单独统计。 教程数量 这里我选取的主要是

  • Show information about why a package is installed. yarn why <query> This command will identify why a package has been installed, detailing which other packages depend upon it, for example, or whether