How to Reinstall Broken npm

Delete the Global NPM Folder https://stackoverflow.com/a/5926706/349659 npm list -g For Windows this will most likely be: %AppData%\npm\node_modules You can paste that into a folder’s address bar and it will take you there. Once there delete the folder named npm. Download the Latest Release of NPM https://github.com/npm/cli/releases/latest Grab the zip and unzip it to your node_modules … Read more