TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Node.js v15.0.0 Is Here

22 点作者 saranshk超过 4 年前

2 条评论

lioeters超过 4 年前
Two notable breaking changes are:<p>- Unhandled rejections now throw instead of warn<p>- npm 7 installs peer dependencies by default<p>---<p><a href="https:&#x2F;&#x2F;nodejs.org&#x2F;en&#x2F;blog&#x2F;release&#x2F;v15.0.0&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nodejs.org&#x2F;en&#x2F;blog&#x2F;release&#x2F;v15.0.0&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.blog&#x2F;2020-10-13-presenting-v7-0-0-of-the-npm-cli&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;2020-10-13-presenting-v7-0-0-of-the-npm-...</a>
lukevp超过 4 年前
So npm supports yarn.lock now, does that mean that it’s intended to replace yarn long term? Are there any pros to still using yarn these days?