Aurelia-logging-console.js:45 ERROR [app-router] Error: Unable to find module with ID: shared-components/container/genius-desktop-base-container.html

thanks @bigopon for you reply.
I’ve udpate my stack removing the lock files, but the problem remains.

im having different issue now. its the same as I found here

however im not running the tests, im calling a rest API method

that basically calls the fetch method from the aurelia-fetch-client
const response = await this.httpClient.fetch(completeUri, {
method: httpMethod,
body: body ? json(body) : null,
headers: { isScreenFreezing: isScreenFreezing },
});