According to documentation, I am trying to synchronize my React project models with those in the Cuba-platform back-end.
I went into my modules\front folder and ran the following command:
> npm run update-model
It translated to the following command:
> gen-cuba-front sdk:all --dest src/cuba
then gave me a connect ECONNREFUSED 127.0.0.1:48561 error as seen in the following screenshot:
Is this a bug ? Please help.
Thanks in advance