You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Hi I followed the instructions in the readme, but I got an from the client container:
My dirty workaround was to execute
npm install --save-dev @angular-devkit/build-angular
from the host inside the "back-end" folder
The text was updated successfully, but these errors were encountered: