Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Could not find module "@angular-devkit/build-angular" from "/app". #37

@ajabusch

Description

@ajabusch

Hi I followed the instructions in the readme, but I got an from the client container:

    client_1       | Could not find module "@angular-devkit/build-angular" from "/app".
    client_1       | Error: Could not find module "@angular-devkit/build-angular" from "/app".
    client_1       |     at Object.resolve (/usr/local/lib/node_modules/@angular/cli/node_modules/@angular-devkit/core/node/resolve.js:141:11)
    client_1       |     at Observable._subscribe (/usr/local/lib/node_modules/@angular/cli/node_modules/@angular-devkit/architect/src/architect-legacy.js:153:40)
    client_1       |     at Observable._trySubscribe (/usr/local/lib/node_modules/@angular/cli/node_modules/rxjs/internal/Observable.js:44:25)
    client_1       |     at Observable.subscribe (/usr/local/lib/node_modules/@angular/cli/node_modules/rxjs/internal/Observable.js:30:22)
    client_1       |     at /usr/local/lib/node_modules/@angular/cli/node_modules/rxjs/internal/Observable.js:99:19
    client_1       |     at new Promise (<anonymous>)
    client_1       |     at Observable.toPromise (/usr/local/lib/node_modules/@angular/cli/node_modules/rxjs/internal/Observable.js:97:16)
    client_1       |     at ServeCommand.initialize (/usr/local/lib/node_modules/@angular/cli/models/architect-command.js:67:96)
    client_1       |     at async ServeCommand.validateAndRun (/usr/local/lib/node_modules/@angular/cli/models/command.js:116:9)
    client_1       |     at async Object.runCommand (/usr/local/lib/node_modules/@angular/cli/models/command-runner.js:147:16)
    client_1       |     at async default_1 (/usr/local/lib/node_modules/@angular/cli/lib/cli/index.js:27:31)

My dirty workaround was to execute

npm install --save-dev @angular-devkit/build-angular

from the host inside the "back-end" folder

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions