📌  相关文章
📜  找不到模块'@angular-devkit build-angular package.json' Docker - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:57.941000             🧑  作者: Mango

代码示例1
#Add the command below to your Dockerfile to install the missing dependancy

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