wobsoriano / numix

Write your server code inside Vue SFC's and handle forms easily.
https://numix.vercel.app
214 stars 1 forks source link

Nuxt fails to load #1

Closed robokozo closed 1 year ago

robokozo commented 1 year ago

Just testing out the getting started instructions and I get the following error when running nuxt dev

I get the following warning:

'D:/git/numix-test/.nuxt/numix-handler.mjs' is imported by virtual:#internal/nitro/virtual/server-handlers, but could not be resolved – treating it as an external dependency

I get the following error:

[worker reload] [worker init] Cannot find module 'D:\.nuxt\numix-handler.mjs' imported from D:\git\numix-test\.nuxt\dev\index.mjs  
wobsoriano commented 1 year ago

I forgot to add, you need at least 1 page for the pages:extend nuxt hook to emit something.

wobsoriano commented 1 year ago

Fixed in latest versions