File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ export async function addNuxtOverrides(
243243 ) } ${
244244 isPNPM
245245 ? `\n\nand ${ chalk . cyan (
246- 'https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-resolving- import-in-the-middle-external-package-errors ' ,
246+ 'https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-dev-cannot-find-package- import-in-the-middle' ,
247247 ) } `
248248 : ''
249249 } `,
@@ -262,7 +262,7 @@ export async function addNuxtOverrides(
262262
263263 if ( PNPM . detect ( ) ) {
264264 // For pnpm, we probably want to install iitm
265- // See: https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-resolving- import-in-the-middle-external-package-errors
265+ // See: https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-dev-cannot-find-package- import-in-the-middle
266266 const iitmAlreadyInstalled = hasPackageInstalled (
267267 'import-in-the-middle' ,
268268 packageJson ,
You can’t perform that action at this time.
0 commit comments