Почему не работает update-model?

На фронте не хватало поля сущности, поэтому мне нужно было обновить модель бэка на фронте.
При вводе команды update-model выходит ошибка:
events.js:292
throw er; // Unhandled ‘error’ event
^

Error: connect ECONNREFUSED 127.0.0.1:*****
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
Emitted ‘error’ event on ClientRequest instance at:
at Socket.socketErrorListener (_http_client.js:469:9)
at Socket.emit (events.js:315:20)
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
errno: -61,
code: ‘ECONNREFUSED’,
syscall: ‘connect’,
address: ‘127.0.0.1’,
port: ******
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! project2 update-model: gen-cuba-front sdk:all --dest src/cuba
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the project2 update-model script.

Добрый день,
В Studio нужно включить флажок “Enable Integration” в File ->Settings → CUBA.
см. CLI-specific instructions :: CUBA Frontend UI Manual