Skip to content
New issue

Have a question about this project? Sign 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

Can't install deps in community-adder-template after cloning with degit #182

Closed
ndom91 opened this issue Oct 20, 2024 · 2 comments
Closed

Comments

@ndom91
Copy link

ndom91 commented Oct 20, 2024

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, the community-adder-template can no longer be installed because the sv dependency points to workspace:* (https://github.com/sveltejs/cli/blob/main/community-adder-template/package.json#L22) and the pnpm-workspace.yaml is no longer available when cloning only that subdir via degit.

@ndom91
Copy link
Author

ndom91 commented Oct 20, 2024

Oh also the @sveltejs/cli-core dependency of the community-adder-template has a workspace:* version as well, but this seems to be a monorepo-only package, i.e. it's not published to npm, so we can't just replace workspace:* with an actual version 🤔

@manuel3108
Copy link
Member

manuel3108 commented Oct 20, 2024

You are absolutely right, our communication inside this repo has not been clear enough, I have just created #184 to clear things up. Also I added a warning to the guide you mentioned.

tldr: Community integrations are currently not supported. But feel free to share your thoughts in #184

@manuel3108 manuel3108 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants