Cannot Find Module Angular Devkit Build Angular Package Json Docker

[Solved] Cannot Find Module Angular Devkit Build Angular Package Json Docker | Shell - Code Explorer | yomemimo.com
Question : Cannot find module '@angular-devkit/build-angular/package.json' Docker

Answered by : jittery-jay-hren11d2ebdv

#Add the command below to your Dockerfile to install the missing dependancy
RUN npm i -g @angular-devkit/build-angular --legacy-peer-deps

Source : https://stackoverflow.com/q/60404698/4861086 | Last Update : Fri, 19 Nov 21

Answers related to cannot find module angular devkit build angular package json docker

Code Explorer Popular Question For Shell