if (features.hasOwnProperty(feature)) {
            const file = path.join(folder, feature)
            const uninstaller = spawn(file, [], {
                cwd: folder,
                stdio: 'inherit',