devika icon indicating copy to clipboard operation
devika copied to clipboard

Anaconda Issue?

Open GitDakky opened this issue 1 year ago • 3 comments

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 avatar Mar 21 '24 21:03 GitDakky

@GitDakky You need to install the Bun runtime, see here: https://bun.sh/docs/installation

chanmathew avatar Mar 21 '24 22:03 chanmathew

I have the same issue

GetGud avatar Mar 22 '24 05:03 GetGud

You'll need to install the dependencies by running bun install first

chanmathew avatar Mar 22 '24 13:03 chanmathew

Please follow the Quick Start guide.

mufeedvh avatar Mar 30 '24 05:03 mufeedvh