BotSharp-UI
BotSharp-UI copied to clipboard
npm run dev, got an error 'sh: 1: start: not found'
Hi, After I want to start the BotSharp-UI up then I got an error as below, may I do something wrong?
$ npm run dev
[email protected] dev npm run open-browser && vite dev
[email protected] open-browser start http://localhost:5015/
sh: 1: start: not found
It’s been fixed by latest commit. pls retry
Still the same error.
@Matt1783 Please list command and steps to reproduce . Seems to working 💯 @Oceania2018
FYI - I just came across this error (on Linux).
The following command works instead:
npx vite dev --port 5015 --open