Cannot Find Module Angular Devkit Build Angular Package Json

[Solved] Cannot Find Module Angular Devkit Build Angular Package Json | 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

Question : Cannot find module '@angular-devkit/build-angular/package.json'

Answered by : relieved-ratel-ucwopofgxg32

RUN npm i -g @angular-devkit/build-angular --legacy-peer-deps

Source : https://stackoverflow.com/questions/50333003/could-not-find-module-angular-devkit-build-angular | Last Update : Thu, 13 Jan 22

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

Code Explorer Popular Question For Shell