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

vite-plugin-svelte not found #52

Closed
haseeb-heaven opened this issue Mar 22, 2024 · 2 comments
Closed

vite-plugin-svelte not found #52

haseeb-heaven opened this issue Mar 22, 2024 · 2 comments

Comments

@haseeb-heaven
Copy link

The error message indicates that the package '@sveltejs/vite-plugin-svelte' is not found. This package is required by your Vite configuration file.

You should install the missing package by running the following command in your terminal:
npm install @sveltejs/vite-plugin-svelte

After running this command, try running your development server again with npm run dev.

Here is PR for this #51

@amjiddader
Copy link

Make sure npm and node is installed (use nvm for node) \

if npm install doesn't work use npm update --legacy-peer-deps

@ARajgor
Copy link
Collaborator

ARajgor commented Apr 3, 2024

use this bun install and then bun run dev

@ARajgor ARajgor closed this as completed Apr 3, 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

3 participants