发布于 2016-08-14 00:59:30 | 90 次阅读 | 评论: 0 | 来源: 网友投递
npm Node.js包管理工具
npm是 Node.js 的包管理工具,用来安装各种 Node.js 的扩展。
npm v2.15.10 发布了,
该版本最引人注目的 bug 修复是作用域模块在 bundleDependencies 的包含性。之前发布的版本和 v3.10.7 都忽略了作用域模块已完全发现 bundleDependencies。
该版本值得关注的内容:
405c404
#13023 Fixed a Windows issue with the cache where callbacks could be called more than once. (@zkat)
bf348dc
#13023 Fixed a Windows corner case with correct-mkdir where if SUDO_UID or SUDO_GID were set then we would try to chown things even though that can't work on Windows. (@zkat)
下载地址: