This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Description
I'm opening this issue because:
What's going wrong?
npm uninstall <dep> does NOT call the {pre,,post}uninstall scripts.
Furthermore, npm uninstall <git dep> calls the {pre,,post}install + prepare + prepack + postpack scripts.
How can the CLI team reproduce the problem?
see https://github.com/andreineculau/package-json-scripts
npm install package-json-scripts
npm uninstall package-json-scripts
npm install git://github.com/andreineculau/package-json-scripts.git#master
npm uninstall git://github.com/andreineculau/package-json-scripts.git#master
supporting information:
npm -v prints: 5.3.0
node -v prints: 8.2.1
npm config get registry prints: https://registry.npmjs.org/
- Windows, OS X/macOS, or Linux?: OSX