-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Install options/guide #16583
Comments
Vite is only distributed as an npm package. You need to use |
Ok, that checks out. As I said, using it for projects I've never had an issue, I just needed to do run some command and couldn't find Vite globally. Why is it not recommended via brew? |
Using homebrew, or synonymously with |
Would a good place to mention |
PR ready for review (again): #17404 |
Co-authored-by: bluwy <[email protected]>
Documentation is
Explain in Detail
Is there any installation procedure or am I missing something? I know that you can create projects via
npm
and all the other package managers and that's all well and good. I've done that before and never had an issue.But, I needed to do something outside of a project with it couldn't find any documentation on how to do that. Searching 'install' on the website just leads you to projects that use Netlify and how to install that. Seems strange. So I installed Vite via homebrew.
A simple rundown of the overall situation could be helpful. Or a 'If you need to, install on your machine with
brew install vite
'?Your Suggestion for Changes
Any info about installing Vite itself would de nice.
Reproduction
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: