Closed
Description
Current Behavior:
npm uninstall <package>
doesn't do anything when using v7.7.0
Expected Behavior:
That the package I specify is uninstalled :)
Steps To Reproduce:
npm i -g npm@7.7.0
npm init -y
npm install luxon
npm uninstall luxon
Users/G-Rath/te is 📦 v1.0.0 took 2s
❯ npm un luxon
up to date, audited 1 package in 234ms
found 0 vulnerabilities
If you replace step 1. with npm i -g npm@7.6.0
, it all works as expected:
Users/G-Rath/te is 📦 v1.0.0 took 6s
❯ npm un luxon
removed 1 package, and audited 1 package in 2s
found 0 vulnerabilities
Environment:
OS: Ubuntu 18.04 via WSLv1
Node: 14.6.0
npm: 7.7.0