Birk Skyum

Results 267 comments of Birk Skyum

@danieltroger , when i use yarn 1.x it works alright (both install and dev server), but with berry I always have a new package failing to install, like: ```sh ➜...

i tried deleting all the yarn things: - `.yarnrc.yml`, - `.yarn` folder - ` "packageManager": "[email protected]"` in package.json I then ran: - `yarn set version berry` - `yarn` My result...

oh way, the on in ~/.yarn I missed! now I get: ```sh ➜ yarn ➤ YN0065: Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry ➤ YN0065: Run yarn config set --home...

Hello world counter works as expected ```sh ➜ yarn dev start { appRoot: './src', ssr: true, islands: false, server: { base: undefined }, solid: {} } vinxi hook app:config-resolved 11:43:09...

sure, I swapped to node 20.10.0 using `nvm` and ran `yarn`, `yarn dev`, and it starts the dev server alright as well.

checked just now - 21.5.0 works as well for me.

I tried adding the Vite 5 resolution as well: ```sh "resolutions": { "vite": "5" }, ``` that that works as well for me. both `dev` `build` and `start`

[yarn.lock.zip](https://github.com/solidjs/solid-start/files/13770930/yarn.lock.zip)

it seems like I was able to reproduce your error when using the `bare` template. What I have been able to run so far was the `basic` template that includes...