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
Creating a new blog theme that may use some out-dated pkgs. Doc dev was OK, but doc build command throw a error:
error file:///Z:/Repo/Github/NCS/vuepress-theme-nc/docs/.vuepress/.temp/.server/app.CgZIYzZU.mjs:2
import { isLinkWithProtocol, resolveLocalePath, isString, dedupeHead, splitPath, normalizeRoutePath, isLinkHttp, removeLeadingSlash, isLinkExternal, ensureEndingSlash, isPlainObject, removeEndingSlash } from "@vuepress/shared";
SyntaxError: The requested module '@vuepress/shared' does not provide an export named 'normalizeRoutePath'
Maybe i use some functions that use the pkg "@vuepress/shared" which not export "normalizeRoutePath" or more.
What should i do to fix it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Creating a new blog theme that may use some out-dated pkgs. Doc dev was OK, but doc build command throw a error:
error file:///Z:/Repo/Github/NCS/vuepress-theme-nc/docs/.vuepress/.temp/.server/app.CgZIYzZU.mjs:2
import { isLinkWithProtocol, resolveLocalePath, isString, dedupeHead, splitPath, normalizeRoutePath, isLinkHttp, removeLeadingSlash, isLinkExternal, ensureEndingSlash, isPlainObject, removeEndingSlash } from "@vuepress/shared";
SyntaxError: The requested module '@vuepress/shared' does not provide an export named 'normalizeRoutePath'
Maybe i use some functions that use the pkg "@vuepress/shared" which not export "normalizeRoutePath" or more.
What should i do to fix it?
Vuepress info:
OS: Windows 11 10.0.26100
CPU: (16) x64 AMD Ryzen 7 5700X3D 8-Core Processor
Memory: 16.52 GB / 31.91 GB
Binaries:
Node: 20.19.0 - ~\AppData\Local\Temp\yarn--1747220860421-0.8062112969879549\node.CMD
Yarn: 1.22.22 - ~\AppData\Local\Temp\yarn--1747220860421-0.8062112969879549\yarn.CMD
npm: 10.8.2 - E:\nodejs\npm.CMD
pnpm: Not Found
bun: Not Found
Utilities:
Git: 2.49.0.
Browsers:
Chrome: Not Found
Edge: Chromium (135.0.3179.73)
npmPackages:
@vuepress/bundler-vite: ^2.0.0-rc.20 => 2.0.0-rc.23
@vuepress/bundler-webpack: ^2.0.0-rc.20 => 2.0.0-rc.23
@vuepress/cli: 2.0.0-rc.23
@vuepress/client: 2.0.0-rc.23
@vuepress/core: 2.0.0-rc.23
@vuepress/markdown: 2.0.0-rc.23
@vuepress/shared: ^2.0.0-rc.2 => 2.0.0-rc.2 (2.0.0-rc.23)
@vuepress/utils: 2.0.0-rc.23
vue: 3.5.13
vue-router: 4.5.1
vuepress: ^2.0.0-rc.20 => 2.0.0-rc.23
Beta Was this translation helpful? Give feedback.
All reactions