npm v5.6.0 发布,npm 是 Node.js 的包管理工具,用来安装各种 Node.js 的扩展。更新内容:特性:bc263c3fd #19054 Fully cross-platform package-lock.json. Installing a failing optional dependency on one platform no longer removes it from the dependency tree, meaning that
npm v2.15.6 发布了,npm是 Node.js 的包管理工具,用来安装各种 Node.js 的扩展。以下是该版本值得关注的内容:55c998a #5135
Fix a bug where peerDependencies & shrinkwraps didn't play nice
together. (Where the peerDependency resolver would end up installing its
dep when it wasn't needed.) (