lumeland / lume

🔥 Static site generator for Deno 🦕
https://lume.land
MIT License
1.79k stars 77 forks source link

lume init: nano_jsx plugin listed instead of preact_jsx #281

Closed jrson83 closed 1 year ago

jrson83 commented 1 year ago

I just tried the v12.0.0 lume init command. Instead of preact_jsx, the nano_jsx plugin is listed.

2022-10-04_03h49_01

oscarotero commented 1 year ago

Mmm, that's imposible. jsx_preact is included here: https://github.com/lumeland/lume/blob/master/core/utils.ts#L17

What's the command are you running?

jrson83 commented 1 year ago

I checked again, this seems to be related to my system. After cleaning deno cash, reinstalling lume the issue was gone.