-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Should be provided by compiler" Error #77
Comments
Guessing this is using |
Yes! should I be using pnpm? |
I know there was a similar issue with npm previously but i thought it was fixed. pnpm seems to work i think. Ideally it would work with npm as well |
Yes it looks like pnpm works. |
For whatever reason npm installs two vinxi versions. Maybe because solid-start doesn't declare vinxi as peer dep?
Number 2 is what is being used during build and leads to no routes config being generated. One thing you could do is change vinxi to |
This does look to be the case. There is a mismatch in versions between those two locations and the behavior stays the same no matter which version I npm install (meaning it only uses the one solid-start declares). I wanted to use greater than 0.0.54 because better CSS Modules support was added. I am not sure about overrides, but pnpm seems to be working great at the moment. |
overrides should work for now, otherwise we need to wait for Ryan to cut a new release of |
yup a new solid-start release is needed for this |
Should be fixed in latest versions |
Initializing a basic SolidStart project, then running build and start will result in

This also occurs with vinxi version 0.0.62
The text was updated successfully, but these errors were encountered: