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
error TypeError: Cannot destructure property 'sourceDir' of 'ctx' as it is undefined.
at module.exports (E:\project\blog\node_modules.pnpm\[email protected]\node_modules\vuepress-theme-vdoing\index.js:19:11)
at file:///E:/project/blog/docs/.vuepress/config.ts.5254f4ed.mjs:20:10
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
at async DefaultModuleLoader.import (node:internal/modules/esm/loader:246:24)
at async loadUserConfig (file:///E:/project/blog/node_modules/.pnpm/@vuepress[email protected]/node_modules/@vuepress/cli/dist/index.js:80:18)
at async CAC. (file:///E:/project/blog/node_modules/.pnpm/@vuepress[email protected]/node_modules/@vuepress/cli/dist/index.js:212:26)
ELIFECYCLE Command failed with exit code 1.
请博主帮忙解答下,谢谢
The text was updated successfully, but these errors were encountered:
你好,我看现在vuepress-theme-vdoing最新版本是1.12.9,如果把vuepress1.x升到vuepress2.x,是不是主题插件就不能用了,不能版本匹配。我升级到vuepress2.0后,build会报错如下:
error TypeError: Cannot destructure property 'sourceDir' of 'ctx' as it is undefined.
at module.exports (E:\project\blog\node_modules.pnpm\[email protected]\node_modules\vuepress-theme-vdoing\index.js:19:11)
at file:///E:/project/blog/docs/.vuepress/config.ts.5254f4ed.mjs:20:10
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
at async DefaultModuleLoader.import (node:internal/modules/esm/loader:246:24)
at async loadUserConfig (file:///E:/project/blog/node_modules/.pnpm/@vuepress[email protected]/node_modules/@vuepress/cli/dist/index.js:80:18)
at async CAC. (file:///E:/project/blog/node_modules/.pnpm/@vuepress[email protected]/node_modules/@vuepress/cli/dist/index.js:212:26)
ELIFECYCLE Command failed with exit code 1.
请博主帮忙解答下,谢谢
The text was updated successfully, but these errors were encountered: