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.

Ask HN: How many NPM package dependencies your projects use?

2 pointsby ssahoo11 months ago
I have a smallish express&#x2F;react project. Recently I audited the package.json to remove unused packages and I discovered that project depends(and sub-depends) on 1101 packages. One of them is basic-ftp and I had no clue about it. npm why tells me that pubnub depends on it. I will be digging further why notifications need to be delivered over ftp.<p>Run the following command at root of your project to find out how many packages do u have.<p>npm list -ap | sort | uniq

1 comment

nullindividual11 months ago
That&#x27;s beyond ridiculous, as an ecosystem. There is zero means for a user of npm to audit packages end-to-end.<p>Is anyone attempting to improve upon this poisoned web of packages?
评论 #40628191 未加载