Skip to content

[BUG] Dockerfile throws error when running yarn install step #109

@0xpetersatoshi

Description

@0xpetersatoshi

Expected Behavior

Please describe the behavior you are expecting

When running ./scripts/dc-start-vault-gui from the development-stack directory, all dockerfiles should build successfully and launch the app.

Current Behavior

What is the current behavior?

When running the ./scripts/dc-start-vault-gui script, the dockerfile throws the following error on the yarn install step.

 => ERROR [compose-configs-vault-gui 9/9] RUN yarn install                                                                                                                   644.5s
------
 > [compose-configs-vault-gui 9/9] RUN yarn install:
#0 0.343 yarn install v1.22.17
#0 0.422 [1/4] Resolving packages...
#0 0.773 [2/4] Fetching packages...
#0 342.3 info There appears to be trouble with your network connection. Retrying...
#0 418.5 info There appears to be trouble with your network connection. Retrying...
#0 511.8 info There appears to be trouble with your network connection. Retrying...
#0 644.3 error expect@29.0.2: The engine "node" is incompatible with this module. Expected version "^14.15.0 || ^16.10.0 || >=18.0.0". Got "17.3.0"
#0 644.3 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
#0 644.3 error Found incompatible module.
------
failed to solve: executor failed running [/bin/sh -c yarn install]: exit code: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions