CopyCommand
<- Back to Default
Default
npm cache verify
Summary
Checks npm cache integrity.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
npm cache verify
Previous
npm cache clean --force
Next
npm ls
Related commands
npm cache clean --force
Clears npm cache (requires --force).
Remove-Item -Recurse -Force .next
Deletes the .next build cache so Next.js can rebuild cleanly.
npm -v
Prints your npm version.