Comment désinstaller Global Babel Jest NPM

I fixed it by just blowing away the folders that cause the problem: bash
rm -rf ~/node_modules/babel-jest ~/node_modules/jest
Puzzled Porpoise