Skip to content

Commit

Permalink
feat(cli): add link for troubleshooting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jan 26, 2024
1 parent 3b5ec7a commit 5281a42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cli/src/config/resolveAppConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ export const resolveAppConfig = ({

if (appConfig.bundler === undefined || appConfig.theme === undefined) {
logger.error(
`${colors.magenta('bundler')} and ${colors.magenta(
'theme',
)} are required`,
`The ${colors.magenta('bundler')} or ${colors.magenta('theme')} option is missing. For more details: ${colors.green('https://v2.vuepress.vuejs.org/guide/troubleshooting.html#the-bundler-theme-option-is-missing')}`,
)
return null
}
Expand Down

0 comments on commit 5281a42

Please sign in to comment.