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

The npmjs repo link for create-svelte is wrong #3368

Closed
olivercoad opened this issue Jan 16, 2022 · 2 comments · Fixed by #4951
Closed

The npmjs repo link for create-svelte is wrong #3368

olivercoad opened this issue Jan 16, 2022 · 2 comments · Fixed by #4951
Labels
documentation Improvements or additions to documentation pkg:create-svelte
Milestone

Comments

@olivercoad
Copy link

Describe the bug

While trying to find the repo that is used when you do npm init svelte@next, I found https://www.npmjs.com/package/create-svelte. But the repository and homepage and readme on that are for https://github.com/Axelen123/create-svelte-site instead of https://github.com/sveltejs/kit/tree/master/packages/create-svelte

Reproduction

Visit https://www.npmjs.com/package/create-svelte and click on the homepage link.
Expected: goes to this repo
Actual result: goes to an old archived repo

Logs

No response

System Info

.

Severity

annoyance

Additional Information

I'm not even 100% sure that create-svelte is the right npm package, so maybe it's an unrelated 3rd party package, but looking at this https://docs.npmjs.com/cli/v8/commands/npm-init#description and looking at the versions tab, I think it's the one.

@dummdidumm
Copy link
Member

This happens because we took other that package with the kind permission of the original author. The new versions are under the next tag while SvelteKit is in beta. Once it reacher 1.0, create-svelte will be bumped to version 2.0 and then the correct readme should appear.

@dummdidumm dummdidumm added documentation Improvements or additions to documentation pkg:create-svelte labels Jan 16, 2022
@Conduitry
Copy link
Member

create-svelte is now also being published as create-svelte@latest and https://www.npmjs.com/package/create-svelte now displays the correct package - however, that package does not have a readme. I'm going to leave this issue open until we write one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation pkg:create-svelte
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants