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

Svelte: Not getting built using pnpm run start due to missing App.svelte file from src #9429

Closed
HN026 opened this issue Nov 13, 2023 · 2 comments

Comments

@HN026
Copy link

HN026 commented Nov 13, 2023

Describe the bug

I tried building the repository using pnpm run start after installing the dependencies, but the App.svelte seems to be missing from the repo.
Screenshot from 2023-11-14 01-03-24

Reproduction

pnpm install
pnpm build
pnpm run start

Logs

No response

System Info

Linux Fedora 38

Severity

blocking all usage of svelte

@dummdidumm
Copy link
Member

You need to add it yourself. The whole src directory is gitignored to prevent accidental commits from it.

@HN026
Copy link
Author

HN026 commented Nov 14, 2023

Got it.

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