https://www.spryker.com logo
Title
f

faint-nail-88987

05/25/2023, 8:16 PM
Hi Team , When I'm trying to run
sudo docker/sdk up
it's stuck on process
Command dependencies-install [vendor/bin/console frontend:project:install-dependencies] (In progress...)
and get timeout after 600 seconds , moreover when I'm trying to reset with
sudo docker/sdk boot reset
it shows "File "reset" is not accessible." . Any workaround to fix this would be appreciable .
a

average-branch-45579

05/25/2023, 8:19 PM
1. You shouldn't use
sudo
. If it's necessary, something is wrong with your local setup. 2. There is no command like
docker/sdk boot reset
available.
f

faint-nail-88987

05/25/2023, 8:35 PM
It was working fine till yesterday since so many days , but eventually it stopped and steps I tried : 1. Docker down/up - stuck at dependencies install. 2. Apache2 restart - same 3. system restart - same 4. with or without sudo - same Is there any way that I can reset my installation and get rid of this problem ?
a

average-branch-45579

05/25/2023, 8:37 PM
I'm using the hard way in case of any local issues:
docker system prune -a && docker system prune --volumes
and then
docker/sdk up
again. Be careful in case you have other docker images and\or volumes, not related to Spryker.
l

lively-receptionist-94227

05/26/2023, 12:07 PM
as a hard way i'd recommend to recreate a project folder. this way you can avoid problems caused by files you might forget to clean up (./node_modules ./vendor propel generated stuff etc)