Skip to content
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

Blank project init bug note #3

Open
joshbrew opened this issue Jul 2, 2024 · 0 comments
Open

Blank project init bug note #3

joshbrew opened this issue Jul 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@joshbrew
Copy link
Owner

joshbrew commented Jul 2, 2024

When running tinybuild in an empty folder to initialize a project, and after updating to the latest tinybuild, you might see:

Cannot start service: Host version "0.23.0" does not match binary version "0.20.2"

This is an esbuild dependency mismatch, I don't have a catch for it yet, you can either just rerun tinybuild and the server will work this time or run npm i -g esbuild or npm update -g to update to the latest.

tinybuild is version agnostic for esbuild but it grabs the latest when you update. If you use the project locally you can tweak the packages if you need a specific esbuild version, but you shouldn't.

This is the only known quirk at the moment.

@joshbrew joshbrew added the bug Something isn't working label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant