We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a96b1 commit 31fe452Copy full SHA for 31fe452
src/utils/clack-utils.ts
@@ -391,7 +391,6 @@ export async function ensurePackageIsInstalled(
391
analytics.setTag(`${packageName.toLowerCase()}-installed`, installed);
392
393
if (!installed) {
394
- analytics.setTag(`${packageName.toLowerCase()}-installed`, false);
395
const continueWithoutPackage = await abortIfCancelled(
396
clack.confirm({
397
message: `${packageName} does not seem to be installed. Do you still want to continue?`,
0 commit comments