Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nuxt): Add import-in-the-middle install step when using pnpm #727

Merged
merged 4 commits into from
Dec 6, 2024

Conversation

andreiborza
Copy link
Member

@andreiborza andreiborza commented Dec 2, 2024

Waiting on: getsentry/sentry-docs#12002 to update the trouble shooting url.

Closes: #726

@andreiborza andreiborza requested review from Lms24 and s1gr1d December 2, 2024 09:00
@andreiborza andreiborza marked this pull request as draft December 2, 2024 09:00
Copy link

github-actions bot commented Dec 2, 2024

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 5db6ce2

@andreiborza andreiborza marked this pull request as ready for review December 6, 2024 09:12
@@ -245,4 +259,26 @@ export async function addNuxtOverrides(
await packageManager.addOverride(pkgName, pkgVersion);
}
}

if (PNPM.detect()) {
// For pnpm, we probably want to install iitm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

l: probably? 😅

Suggested change
// For pnpm, we probably want to install iitm
// For pnpm, we probably want to install iitm

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably remove that :)

@andreiborza andreiborza merged commit a81fe51 into master Dec 6, 2024
18 checks passed
@andreiborza andreiborza deleted the ab/pnpm-install-iitm branch December 6, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install iitm when using pnpm
2 participants