NullVoxPopuli

Results 2058 comments of NullVoxPopuli

I have a feeling we're not de-duping dependency crawling based on package.json{name,version}

``` TypeError: (0 , node_assert_1.default) is not a function 67 | `; ``` what is going on in this project 😅

locally: green! ![image](https://github.com/user-attachments/assets/2c4b7a6d-3ecc-4403-bc5b-6cb04978f488)

the 3 form-data pages error because their contents are not yet written :( I'd very much like help with writing these if you're up for it. They show up in...

What directory are you running start from? I wonder if behavior is different between root and each app directory?

what pnpm and node version do you have? I have (and tooling to swap based on my project): - pnpm: 10.12.1 - node: 22.14.0 here is what I do: ```bash...

try doing `git clean -Xfd; git clean -fd` next time that happens but there is no dist directory anywhere, so it must be an exotic structure that I'm unfamiliar with...

Are you using postcss/tailwind? If so, imports are only supported at the top of the file (non embroider issue). See: https://tailwindcss.com/docs/using-with-preprocessors#using-post-css-as-your-preprocessor

I've just never seen layer and stuff without additional config / tools 🤷