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
On Windows you can create junctions, which is something similar like a symlink. When the project is in a folder which has a junction in the path, it does not work and results with an error like this:
Rendering 3 pagesTypeError: Cannot read properties of undefined (reading 'routeLocale')
Not sure in which module this issue comes up. But I guess it must be something which tries to read a file or calculate a path to a file. For sure it happens not often as very less users may use junctions.
Description
On Windows you can create junctions, which is something similar like a symlink. When the project is in a folder which has a junction in the path, it does not work and results with an error like this:
Rendering 3 pagesTypeError: Cannot read properties of undefined (reading 'routeLocale')
Not sure in which module this issue comes up. But I guess it must be something which tries to read a file or calculate a path to a file. For sure it happens not often as very less users may use junctions.
Reproduction
https://stackblitz.com/edit/vuepress-sotfmabk
Used Package Manager
npm
System Info
on Windows 10
Then enter the project (which must be reached through the junction) and do
Side node: with
npm run dev
it works.The text was updated successfully, but these errors were encountered: