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.

Update in ajv package broke webpack

16 pointsby tyteen4a03over 6 years ago

3 comments

smacktowardover 6 years ago
I love how the thread immediately devolves into confusion over whether the way to fix the problem is to manage dependencies with npm or with yarn.<p>Never change, frontend community!
rigaspapasover 6 years ago
This is what happens when you don&#x27;t pin your dependencies, right?
评论 #19125797 未加载
moltarover 6 years ago
This is why I have a global npm config flag to install the exact versions of packages. I think it’s a huge mistake to install “anything over X” versions or even have that as a feature.