Skip to content

Commit

Permalink
npm ci fails for fsevents see issue npm/cli#558
Browse files Browse the repository at this point in the history
  • Loading branch information
InManuBytes committed Apr 3, 2023
1 parent 53bd9d9 commit 4aad52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -10,7 +10,7 @@ ENV PATH /app/node_modules/.bin:$PATH
# install app dependencies
COPY package.json ./
COPY package-lock.json ./
RUN npm ci
RUN npm i
RUN npm install react-scripts@4.0.3 -g --silent

# add app
Expand Down

0 comments on commit 4aad52e

Please sign in to comment.