Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 NPM 作为NWJS桌面应用程序的更新引擎。
我知道它可以连接到 NPM api 以编程方式安装包,我的理解是相同的 API 可以用于 NPM 更新。
我想向用户显示一个进度条,让用户了解他们在更新过程中的进度。
是否可以通过npm update回调以编程方式显示进度占所有更新包的百分比?
npm update