npm v2.15.10 发布了,npm是 Node.js 的包管理工具,用来安装各种 Node.js 的扩展。
该版本最引人注目的 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)
软件详情:https://github.com/npm/npm/
下载地址:https://github.com/npm/npm/archive/v2.15.10.tar.gz
来自:开源中国社区

