Ténèbres
Ténèbres
Explore posts from servers
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
i managed to do it with a template...
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
thanks for being here, see you maybe
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
and do an issue probably
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
i'll send the reproduction repo as soon as i've cleaned my mess
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
yeah im gonna clean out my repo and retry
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
idk
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
middle ware
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
ah theres a trce
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
no trace of solid start in the stack traces
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
I started from template, built it out, decided I wanted to try out monorepo, started a new project in another directory, scaffolded it, copied what I had already worked on in the original repo both solid start and vinxi are installed. I use vinxi dev to launch dev. error comes when navigating to localhost:3000
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
even if i install h3 in my app package, it will just tell me to install unctx... et caetera until i've installed all nitro dependencies
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
🤔 but this works when not a monorepo
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
😮‍💨
29 replies
SSolidJS
Created by Ténèbres on 4/21/2025 in #support
Solid Start in pnpm workspaces monorepo
hi @foolswisdom ! thanks for answering. It's my first time working on a monorepo (alone) and I don't know much. Doing my best to understand I've taken a look at your gh repo and haven't been able to see what I should deduce from it. here's what I notice : 1. pnpm-workspace.yaml doesn't have a setting that would disable hoist for @solidjs/start, nor is there a .npmrc 2. there's the root package.json with
"nohoist": [
"**/solid-start"
],
"nohoist": [
"**/solid-start"
],
**/solid-start? not **/@solidjs/start? 3. in example/package.json there is
"devDependencies": {
"@solidjs/start": "^1.1.3"
...
"devDependencies": {
"@solidjs/start": "^1.1.3"
...
I thought I wouldn't have to add nohoist like in your repo, because I do not use yarn, I use pnpm. I thought I had found the equivalent for nohoist with this setting, using exclamation point. Even the overkill setting that is shamefullyHoist true which is supposed to help me when looking at the issue i linked in my earlier post isn't working. Also, although I expected solidstart to be installed inside my root project node_modules, I never got it to be there whatever I've done.
29 replies