Y
Hacker News
new
|
ask
|
show
|
jobs
by
koolba
287 days ago
Try the same recursive grep on ~/.npm to see if you have it cached too. Not just the latest in the current project.
1 comments
tripplyons
287 days ago
Haven't installed any modules today, but I ran these commands to clear caches for npm and pnpm just to be safe.
npm cache clean --force pnpm cache delete
link
PokestarFan
287 days ago
You probably want to check before you clear cache
link
npm cache clean --force pnpm cache delete