sgwilym / nova-deno

A Deno extension for Nova.
https://extensions.panic.com/extensions/co.gwil/co.gwil.deno/
MIT License
13 stars 1 forks source link

Error converting specifier settings: invalid type: null, expected struct SpecifierSettings #47

Closed JDENredden closed 8 months ago

JDENredden commented 8 months ago

When I start the extension my logs fill up with the following error

Error converting specifier settings: invalid type: null, expected struct SpecifierSettings

I installed Deno fresh for this extension, never used it before, using brew install deno.

I think I am missing a middle step, but I'm not sure what it is. Any advice on setting up for the first time?

CleanShot 2023-10-13 at 16 57 40

sgwilym commented 8 months ago

Hi @JDENredden, thanks for the report. I don't think you're doing anything wrong, this is probably the extension not passing some options where it should. I will check this out!

sgwilym commented 8 months ago

I've just published v1.4.0 of the extension. Let me know if it solves the problem for you!

JDENredden commented 8 months ago

Just installed and the error in the logs has gone away. So far so good. Will report back after a day if I run into anything else.