Open MinistrBob opened 2 years ago
I am getting this error, too. This is being built on the latest release of CentOS 7, and npm v9.1.2 was updated, too.
ADD --force in client/docker file then docker will run fine. example:-
`FROM node:16-alpine as builder
WORKDIR /home/node/build COPY package.json . COPY package-lock.json . RUN npm install --include=dev --force`
Server doesn't build.