IT:AD:NPM:HowTo:Reinstall All
- See:
Summary
If you have stuffed up the packages (aka downloaded updates that are now breaking the app and you don't know where start to fix it in allotted time…cough…) then
- use git to revert everything to your last packages:
git checkout .in the root directory, orgit checkout [some_dir|file.txt](eg: packages.json file)
- then
- delete the node_packages folder.
- then
npm installagain… * that should do it.