-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
@cnpm help
npm uninstall is not working
const npmInstall = require("npminstall");
const npmUninstall = require("npminstall/lib/uninstall");
(async() => {
await npmInstall({ "pkgs": [{ "name": "npm-package-example" }], "root": process.cwd(), "storeDir": "c:/somefolder", "targetDir": "c:/somefolder" }); // works fine
await npmUninstall({ "pkgs": [{ "name": "npm-package-example" }], "storeDir": "c:/somefolder", "targetDir": "c:/somefolder" }); // not working
})();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels