TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Node.js v15.0.0 Is Here

22 pointsby saranshkover 4 years ago

2 comments

lioetersover 4 years ago
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>
lukevpover 4 years ago
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?