BotSharp-UI icon indicating copy to clipboard operation
BotSharp-UI copied to clipboard

npm run dev, got an error 'sh: 1: start: not found'

Open kuan2019 opened this issue 1 year ago • 4 comments

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

kuan2019 avatar Jun 14 '24 03:06 kuan2019

It’s been fixed by latest commit. pls retry

geffzhang avatar Jul 02 '24 23:07 geffzhang

Still the same error.

Matt1783 avatar Aug 15 '24 02:08 Matt1783

@Matt1783 Please list command and steps to reproduce . Seems to working 💯 @Oceania2018

VipulHanda avatar Mar 13 '25 07:03 VipulHanda

FYI - I just came across this error (on Linux).

The following command works instead:

npx vite dev --port 5015 --open

beriniwlew avatar Apr 22 '25 23:04 beriniwlew