TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Node.js v15.0.0 Is Here
22 points
by
saranshk
over 4 years ago
2 comments
lioeters
over 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://nodejs.org/en/blog/release/v15.0.0/" rel="nofollow">https://nodejs.org/en/blog/release/v15.0.0/</a><p><a href="https://github.blog/2020-10-13-presenting-v7-0-0-of-the-npm-cli/" rel="nofollow">https://github.blog/2020-10-13-presenting-v7-0-0-of-the-npm-...</a>
lukevp
over 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?