You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info(`Created ${styleText('cyan','.yarnrc.yml')} with ${styleText('cyan','nodeLinker: node-modules')}, as Nuxt cannot resolve its modules under Yarn's Plug'n'Play linker.`)
logger.warn(`Skipping module installation. Add ${requestedModules.map(mod=>styleText('cyan',mod)).join(', ')} with ${styleText('cyan','nuxt module add')} once dependencies are installed.`)
653
643
}
654
644
}
655
-
656
-
// Get modules from arg (if provided)
657
645
elseif(ctx.args.modules!==undefined){
658
646
modulesToAdd.push(...requestedModules)
659
647
}
660
-
661
-
// ...or offer to browse and install modules (if not offline nor non-interactive)
`The module ${styleText('cyan',pkgName)} is not compatible with Nuxt ${styleText('cyan',nuxtVersion)} (requires ${styleText('cyan',matchedModule.compatibility.nuxt)})`,
0 commit comments