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
I just tried to pnpm install and pnpm dev on the current main branch of docs, and I get this error in console:
6:35:29 PM [vite] (ssr) Error when evaluating SSR module $vinxi/handler/ssr: Cannot find module 'C:UsersedemaineProjectssolid-docssrcsolidbase-theme/mdx-components' imported from 'virtual:solidlidbase/components'
Looks like maybe a Windows path thing? (There are missing slashes in that path: should be C:\Users\edemaine\Projects\solid-docs\src\... or the same with /.)
📋 On which page(s) it occurs
dev
🤔 Expected Behavior
dev server doesn't crash
👀 Current Behavior
dev server crash
🖥️ Browser
Chrome
📄 Additional Information
No response
The text was updated successfully, but these errors were encountered:
📝 Issue Description
I just tried to
pnpm install
andpnpm dev
on the currentmain
branch of docs, and I get this error in console:6:35:29 PM [vite] (ssr) Error when evaluating SSR module $vinxi/handler/ssr: Cannot find module 'C:UsersedemaineProjectssolid-docssrcsolidbase-theme/mdx-components' imported from 'virtual:solidlidbase/components'
Looks like maybe a Windows path thing? (There are missing slashes in that path: should be
C:\Users\edemaine\Projects\solid-docs\src\...
or the same with/
.)📋 On which page(s) it occurs
dev
🤔 Expected Behavior
dev server doesn't crash
👀 Current Behavior
dev server crash
🖥️ Browser
Chrome
📄 Additional Information
No response
The text was updated successfully, but these errors were encountered: