nestor8064
nestor8064
RRailway
Created by nestor8064 on 1/19/2024 in #✋|help
Error: Command failed: yarn run postinstall when deploying
everything goes just fine up until step: [4/5] Linking dependencies... then warnings due to "incorrect peer dependency" and then on step: [5/5] Building fresh packages... the error: #10 46.48 ], #10 46.48 Buffer(39) [Uint8Array] [ #10 46.48 101, 114, 114, 111, 114, 32, 67, 111, ... #10 46.48 111, 100, 101, 32, 49, 46, 10 #10 46.48 ] #10 46.48 ], #10 46.48 pid: 626, #10 46.48 stdout: Buffer(1019) [Uint8Array] [ #10 46.48 121, 97, 114, 110, 32, 114, 117, 110, 32, 118, 49, 46, ... #10 46.48 112, 112, 108, 121, #10 46.48 ... 919 more items #10 46.48 ], #10 46.48 stderr: Buffer(39) [Uint8Array] [ #10 46.48 101, 114, 114, 111, 114, 32, 67, 111, ... #10 46.48 111, 100, 101, 32, 49, 46, 10 #10 46.48 ] #10 46.48 } #10 46.48 #10 46.48 Node.js v18.18.2 #10 46.48 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. #10 ERROR: process "/bin/bash -ol pipefail -c yarn install --frozen-lockfile" did not complete successfully: exit code: 1
[ 6/10] RUN yarn install --frozen-lockfile:
46.48 101, 114, 114, 111, 114, 32, 67, 111, ... 46.48 111, 100, 101, 32, 49, 46, 10 46.48 ] 46.48 } 46.48 46.48 Node.js v18.18.2 Dockerfile:20 18 | ENV NIXPACKS_PATH /app/node_modules/.bin:$NIXPACKS_PATH 19 | COPY . /app/. 20 | >>> RUN yarn install --frozen-lockfile 22 | # build phase ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn install --frozen-lockfile" did not complete successfully: exit code: 1 Error: Docker build failed
107 replies
RRailway
Created by nestor8064 on 1/19/2024 in #✋|help
yarn cache clean
error Incorrect integrity when fetching from the cache for "@ckeditor/ckeditor5-react". Cache has "sha512-uwJ89pOJnjlMgfluGJhxatt6zV5ZavuV7AaRvJpxzAU7SjoC3sNumohDRmI0KGDGoyCVPMJO9fgE3ijIb3gHlQ== sha1-YB2zfQgQ5SeWJ2yFzOmQfYgkY+A=" and remote has "sha512-i/6OdxJ3iOCU7eiZXS8KYhK645PEAMISs9eFz60c0AFXZX5NTMvNWM68ac/J5sfg+IQ9U6mJ3flSykbJVlf0kA==". Run yarn cache clean to fix the problem I need to clean yarn cache on railway but I don't know how. Please help on this matter?
13 replies