-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I'm getting this error when I attempt to add the theme to my vitepress and then run npm run docs:build
✖ building client + server bundles...
build error:
docs/.vitepress/theme/index.mts (1:9): "VPLTheme" is not exported by "node_modules/@lando/vitepress-theme-default-plus/vitepress-theme-default-plus.js", imported by "docs/.vitepress/theme/index.mts".
file: /workspace/docs/.vitepress/theme/index.mts:1:9
1: import { VPLTheme } from '@lando/vitepress-theme-default-plus';
^
2: export default VPLTheme;
docs/.vitepress/theme/index.mts (1:9): "VPLTheme" is not exported by "node_modules/@lando/vitepress-theme-default-plus/vitepress-theme-default-plus.js", imported by "docs/.vitepress/theme/index.mts".
file: /workspace/docs/.vitepress/theme/index.mts:1:9
1: import { VPLTheme } from '@lando/vitepress-theme-default-plus';
^
2: export default VPLTheme;
at getRollupError (file:///workspace/node_modules/rollup/dist/es/shared/parseAst.js:397:41)
at error (file:///workspace/node_modules/rollup/dist/es/shared/parseAst.js:393:42)
at Module.error (file:///workspace/node_modules/rollup/dist/es/shared/node-entry.js:16711:16)
at Module.traceVariable (file:///workspace/node_modules/rollup/dist/es/shared/node-entry.js:17160:29)
at ModuleScope.findVariable (file:///workspace/node_modules/rollup/dist/es/shared/node-entry.js:14816:39)
at Identifier.bind (file:///workspace/node_modules/rollup/dist/es/shared/node-entry.js:5356:40)
at ExportDefaultDeclaration.bind (file:///workspace/node_modules/rollup/dist/es/shared/node-entry.js:2783:23)
at Program.bind (file:///workspace/node_modules/rollup/dist/es/shared/node-entry.js:2779:28)
at Module.bindReferences (file:///workspace/node_modules/rollup/dist/es/shared/node-entry.js:16690:18)
at Graph.sortModules (file:///workspace/node_modules/rollup/dist/es/shared/node-entry.js:22451:20)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels