CopyCommandCopyCommand
Default

Remove-Item -Recurse -Force node_modules; npm install

Summary

Full reset: delete dependencies and reinstall.

Command

Windows PowerShell

Run in PowerShellWindows PowerShell
Remove-Item -Recurse -Force node_modules; npm install

This can delete files or discard work.

Related commands