kitlangton / zio-app

Quickly create and develop full-stack Scala apps with ZIO and Laminar.
124 stars 33 forks source link

Seems to require vite global install #2

Closed stevewillcock closed 3 years ago

stevewillcock commented 3 years ago

Hi,

This looks interesting, thanks for the efforts! Running through the instructions I get a failure finding vite (see screenshot). Installing this globally (e.g. npm install -g vite) resolves this error. Not sure if this should be added to the instructions or if this should be using the local install of vite via package.json.

image
kitlangton commented 3 years ago

Thanks! Yeah, it should probably use ‘yarn exec vite’. I’ll fix this :)

kitlangton commented 3 years ago

I've fixed this 😄 Try brew upgrade zio-app

stevewillcock commented 3 years ago

Great, thanks, that doesn't require global vite now. The zio-app new experience seems a bit nicer too (hiding the sbt new output?). I'm hitting another issue now though, I'll log that one, cheers :)

kitlangton commented 3 years ago

Actually, not using sbt new anymore. Using giter8's lib directly :). Much faster. Awesome! Thanks for the feedback 😄

stevewillcock commented 3 years ago

ah, nice! (I haven't looked at the code much yet tbh, just trying it out so far)