docker/sdk up hangs during the dashboard setup step

Salmanali Agharia
Salmanali Agharia Posts: 11 🧑🏻‍🚀 - Cadet

Hi Team,

I've encountered an issue while setting up a B2B Marketplace Demo Shop in my local system. docker/sdk up command doesn't gets finished and gets stuck during the dashboard setup step. I'm not sure whether mac users are also facing the same issue because I'm using Windows 11 for the setup. It hangs while executing following command :- npm install log.io pm2 -g

I've checked the dashboard's image dockerfile in the Spryker's docker/sdk github repo and found out that the node version was upgraded to version 22 (i.e node:22-alpine3.20) last month. Reference :- https://github.com/spryker/docker-sdk/pull/524 . docker/sdk up command might have worked last month because the node alpine's official image 22-alpine3.20 was not updated at that time. We already have an open github issue for the same -

https://github.com/spryker/docker-sdk/issues/533

Temporary Solution :-
I've tried installation by changing node version to 18 (i.e node:18-alpine) in the dashboard dockerfile and it's working without any issues and also installation is getting completed 100% without any npm errors. But the Spryker team needs to check and fix the issue for node v22.