devika
devika copied to clipboard
Anaconda Issue?
Trying to execute bun run dev and get the following output:
...\devika\ui> bun run dev
bun: The term 'bun' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
@GitDakky You need to install the Bun runtime, see here: https://bun.sh/docs/installation
I have the same issue
You'll need to install the dependencies by running bun install first
Please follow the Quick Start guide.