91bytes/adonis-vite

Cannot find module '@91codes/adonisjs-vite'

segungreat opened this issue · 1 comments

Hello.

When i use node ace configure or added manually, the vite provider to .adonisrc.json file i get the above error when i ran node ace serve --watch.

Hey,
There seems to be a mistake in the provider name in the package.json (only in npm).

In the .adonisrc.json file, in the "providers" section, you need to replace "@91codes/adonisjs-vite" with "@91codes/adonis-vite".