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
When running in a monorepo with the îles app in a subpackage, the build succeeds but the output HTML pages have nothing inside the <div id="app"></div>.
This happened specifically with pnpm. I switched back to npm and everything works now. I suspect it has something to do with pnpm's linking based approach but I don't know the internals well enough to sus out the cause. I am also confused because the build succeeds with positive message and exit code 0, and all the pages are there, but the contents are blank.
Reproduction 🐞
Please provide a link to a repo that can reproduce the problem you ran into.
I experienced this when pnpm linking iles (local clone) in my sample projects. But, when I copied my sample project under the playground folder by adding it to the workspace, the build worked fine.
Did you solve it, or still experiencing this @dhruvkb ?
iles
andvite
.Description 📖
When running in a monorepo with the îles app in a subpackage, the build succeeds but the output HTML pages have nothing inside the
<div id="app"></div>
.This happened specifically with
pnpm
. I switched back tonpm
and everything works now. I suspect it has something to do withpnpm
's linking based approach but I don't know the internals well enough to sus out the cause. I am also confused because the build succeeds with positive message and exit code 0, and all the pages are there, but the contents are blank.Reproduction 🐞
Please provide a link to a repo that can reproduce the problem you ran into.
https://github.com/dhruvkb/portfolio/tree/f3e94bb92bb464f01dbc7b7fd5004bcec9513aa9
Dependencies Info
Run
npx iles info
andpnpm list
(ornpm list
) and provide the output:The text was updated successfully, but these errors were encountered: