Vue-storefront: how can I stop port 3000

Created on 23 May 2018  路  6Comments  路  Source: DivanteLtd/vue-storefront

it looks once it started by yarn, you can never get it stop. please advice...

Most helpful comment

This is a bizarre choice, why can't it work like every other node workflow where running npm start boots the server and stopping that process kills the server?

It feels really wrong to have it running at all times, I only wanted to try out Vue Storefront but now it runs 24/7.

At the very least please give instructions on how to prevent this.

All 6 comments

killall node :-)

or you can kill process on port by:
sudo kill sudo lsof -t -i:3000

None of these works.

Hi, by using killall node,
i still can access localhost:3000 in my browser

and after i reboot my Mac,
i have no idea that why i still can access localhost:3000 ?
( i.e. vue-storefront still running ! )

at now, i really don't know how to kill that ( or kill all container ? )

please help . . .

@tomtev did u solve the problem ?

This is a bizarre choice, why can't it work like every other node workflow where running npm start boots the server and stopping that process kills the server?

It feels really wrong to have it running at all times, I only wanted to try out Vue Storefront but now it runs 24/7.

At the very least please give instructions on how to prevent this.

Reset server config file like apache2 -> 000-default.conf
After restart the server to solved the issue.
And also check in clear browser catch and history or new private window(incognito) in browser.
And also try to lsof -t -i:3000 to get and kill

Was this page helpful?
0 / 5 - 0 ratings