Skip to content

Commit

Permalink
Update pnpm docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Dec 6, 2024
1 parent 4adf74c commit 9917f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nuxt/sdk-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export async function addNuxtOverrides(
)}${
isPNPM
? `\n\nand ${chalk.cyan(
'https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-resolving-import-in-the-middle-external-package-errors',
'https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-dev-cannot-find-package-import-in-the-middle',
)}`
: ''
}`,
Expand All @@ -262,7 +262,7 @@ export async function addNuxtOverrides(

if (PNPM.detect()) {
// For pnpm, we probably want to install iitm
// See: https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-resolving-import-in-the-middle-external-package-errors
// See: https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-dev-cannot-find-package-import-in-the-middle
const iitmAlreadyInstalled = hasPackageInstalled(
'import-in-the-middle',
packageJson,
Expand Down

0 comments on commit 9917f2f

Please sign in to comment.