You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following during the build fazee of front end
=> ERROR [deps 5/5] RUN yarn install --frozen-lockfile 102.4s
------
> [deps 5/5] RUN yarn install --frozen-lockfile:
#0 0.516 yarn install v1.22.19
#0 0.666 [1/4] Resolving packages...
#0 2.005 [2/4] Fetching packages...
#0 87.15 error An unexpected error occurred: "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz: Request failed \"404 Not Found\"".
#0 87.15 info If you think this is a bug, please open a bug report with the information provided in "/home/node/app/yarn-error.log".
#0 87.15 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
------
Dockerfile:7
--------------------
5 | WORKDIR /home/node/app
6 | COPY package.json yarn.lock ./
7 | >>> RUN yarn install --frozen-lockfile
8 |
9 | # Rebuild the source code only when needed
--------------------
ERROR: failed to solve: process "/bin/sh -c yarn install --frozen-lockfile" did not complete successfully: exit code: 1
ERROR: Service 'frontend' failed to build : Build failed
I would appreciate a fix.
The text was updated successfully, but these errors were encountered:
@ahmad-alwazzan thank you for your interest in this project.
I cloned the project and ran the command again and it worked as expected.
I appreciate your effort, but would you mind giving it another test just to be sure?
I believe it was just some problem downloading this package.
I get the following during the build fazee of front end
I would appreciate a fix.
The text was updated successfully, but these errors were encountered: