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

[ISSUE] bin UI isn't working #576

Open
JessChud opened this issue May 26, 2024 · 2 comments
Open

[ISSUE] bin UI isn't working #576

JessChud opened this issue May 26, 2024 · 2 comments

Comments

@JessChud
Copy link

#7 for installation - cd ui/
bun install
bun run start

is not working for me--
(.venv) JessicaComputer:devika Jessica$ cd ui/
(.venv) JessicaComputer:ui Jessica$ bun install
-bash: bun: command not found
(.venv) JessicaComputer:ui Jessica$ bun run start
-bash: bun: command not found

Was wondering what I should do to address this? Thanks!

@dagelf
Copy link

dagelf commented May 26, 2024

https://letmegooglethat.com/?q=bun+install

Also, right on the landing page:
image

@Bryceed
Copy link

Bryceed commented Jun 5, 2024

If Bun presents issues, you can reinstall YARN on your system and initiate it using yarn followed by yarn run start. Alternatively, you can opt for the native NPM with npm install and npm run start.

Bun is recommended due to its superior performance as a Node Runtime, but it is not the sole option for running the project.

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