error when starting test username 0.8.8 #97
-
"Failed to resolve entry for package "@lucia-sveltekit/adapter-supabase". The package may have incorrect main/module/exports specified in its package.json." |
Beta Was this translation helpful? Give feedback.
Answered by
pilcrowonpaper
Sep 25, 2022
Replies: 1 comment 1 reply
-
Are you testing the package from a fork? You may need to build both lucia and the adapter first by running |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pilcrowonpaper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you testing the package from a fork? You may need to build both lucia and the adapter first by running
pnpm build
.