-
-
Notifications
You must be signed in to change notification settings - Fork 36
Can't install deps in community-adder-template
after cloning with degit
#182
New issue
Have a question about this project? S 8000 ign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oh also the |
@manuel3108 okay so community contributed integrations are currently not being accepted anymore? I'm coming from the auth.js team and we'd love to add support for easily adding our Svelte auth client in addition to Lucia 😊 |
Correct, community integrations are not available yet as we're still in the process of refining our API. When that's done, then we'll publish the |
@AdrianGonz97 thanks for the quick reply with some more details. Makes sense. Best of luck then with the continued work! 🥳 |
So I was going through the community-adder-template
README
and trying to add my own.After following the instructions to clone that subdir through
degit
, thecommunity-adder-template
can no longer be installed because thesv
dependency points toworkspace:*
(https://github.com/sveltejs/cli/blob/main/community-adder-template/package.json#L22) and thepnpm-workspace.yaml
is no longer available when cloning only that subdir viadegit
.The text was updated successfully, but these errors were encountered: