We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6262c commit e40b3dbCopy full SHA for e40b3db
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