sequence icon indicating copy to clipboard operation
sequence copied to clipboard

Build fails on Arch Linux

Open orgarten opened this issue 3 years ago • 0 comments

I wanted to try sequence and see if it fits my needs but I wasn't able to get it up and running.

As mentioned in the readme I ran the following commands:

./build/copy_env
docker compose up

As expected it starts pulling redis and postgres; however building sequence-ui base failes at step 5/8 with a mismatch in node versions:

 => [sequence-api base 6/9] RUN yarn install --frozen-lockfile                                                                                                                                                30.0s
 => [sequence-ui base 4/8] COPY packages/ui/package.json packages/ui/yarn.lock ./                                                                                                                              0.0s 
 => ERROR [sequence-ui base 5/8] RUN yarn install --frozen-lockfile                                                                                                                                           29.6s 
 => [sequence-api base 7/9] WORKDIR /app/packages/common                                                                                                                                                       1.1s
------                                                                                                                                                                                                              
 > [sequence-ui base 5/8] RUN yarn install --frozen-lockfile:                                                                                                                                                       
#0 0.331 yarn install v1.22.19                                                                                                                                                                                      
#0 0.410 [1/4] Resolving packages...                                                                                                                                                                                
#0 0.683 [2/4] Fetching packages...                                                                                                                                                                                 
#0 29.15 error @apollo/[email protected]: The engine "node" is incompatible with this module. Expected version ">=12.13.0 <17.0". Got "18.10.0"                                                                     
#0 29.16 error Found incompatible module.                                                                                                                                                                           
#0 29.16 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.                                                                                                                   
------                                                                                                                                                                                                              
failed to solve: executor failed running [/bin/sh -c yarn install --frozen-lockfile]: exit code: 1           

I am not too familiar with typescript and javascript toolchains. Any pointers?

orgarten avatar Oct 02 '22 07:10 orgarten