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

Error with missing xdg-utils package #1

Closed
elalitte opened this issue Dec 13, 2022 · 2 comments
Closed

Error with missing xdg-utils package #1

elalitte opened this issue Dec 13, 2022 · 2 comments

Comments

@elalitte
Copy link

elalitte commented Dec 13, 2022

Describe the bug/issue

I had a problem installing vite-boot on multiple servers and the issue were not that obvious to find.
You need the package xdg-utils in order to be able to serve your project (error arriving when running dev) which is not the case in many non gui environnements like servers.
To correct this you just have to install it with your prefered system package manager :
$ apt install xdg-utils --fix-missing
Hope this helps !

@kirklin
Copy link
Owner

kirklin commented Dec 13, 2022

Hello, I saw your question. Based on the information you provided, it sounds like you may have encountered a problem when running either npx degit or pnpm install. If the problem occurred when running npx degit, then it is outside of our scope of support and you can report the issue to degit. If you encountered a problem when running pnpm install, please contact us and we will do our best to help you resolve the issue.

@kirklin kirklin closed this as completed Dec 13, 2022
@elalitte
Copy link
Author

All the install passes correctly, it's when I try to start the dev server (npm run dev) that the error occurs.
I just mentionned this error as other people could encountered the same problem.
Installing the package corrects it.
Thanks for your quick response !

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