Broken build since version 2.0.0-beta.24 when I only bumped the devDependencies versions... #808
-
Hello everyone, I am using VuePress 2 since Aug 2021 and it has served me well. However, after I bumped the version of vuepress-vite, @vuepress/plugin-pwa and @vuepress/plugin-pwa-popup, I am unable to solve the following issue that I see on my machine as well as my deploy on Netlify (below is the Netlify deploy logs): What could be the cause? Here is the link to the repo: https://github.com/JeremieLitzler/journal Thanks.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
If using npm, make sure you have latest version declared in package.json, run You are not using latest deps, and that issue is probably related to non-standard tag or unresolved component. |
Beta Was this translation helpful? Give feedback.
-
Hello @Mister-Hope I tried that but I have now:
I don't understand why since I have been using the 3 dev dependencies from the start of using VuePress 2. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
OK, I did:
is it still a dependency issue? |
Beta Was this translation helpful? Give feedback.
-
Wasted a couple of minutes, I clone your repo. You are using an unkown component called 2.0.0-beta.29 (2021-12-18)Features
BREAKING CHANGES
|
Beta Was this translation helpful? Give feedback.
Wasted a couple of minutes, I clone your repo. You are using an unkown component called
OutboundLink
2.0.0-beta.29 (2021-12-18)
Features
BREAKING CHANGES
markdown.links.externalIcon
is removed, use plugin-external-link-icon insteadexternalIcon
is removed, useexternalLinkIcon
from plugin-external-link-iconOutboundLink
is removed, useExternalLinkIcon
from plugin-external-link-icon