Skip to content

Yarn Build Issues  #1540

@JonahGlasgow

Description

@JonahGlasgow

Bug Description 1st Attempt

[2/4] Fetching packages...
warning abitype@0.3.0: The engine "pnpm" appears to be invalid.
error @axelar-network/axelar-cgp-solidity@4.5.0: The engine "node" is incompatible with this module. Expected version "^16.0.0 || ^18.0.0". Got "20.17.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Steps to Reproduce

  1. Git clone https://github.com/QuickSwap/interface-v2.git
  2. CD to interface-v2
  3. yarn Install
    ...

Expected Behavior
Build Complete (with some warnings on deprecated dependiencies)

Additional Context
Current Node and Yarn Versions
Yarn Version: V1.22.22
Node Version: V20.17.0

Bug Description 2nd Attempt

[2/4] Fetching packages...
warning abitype@0.3.0: The engine "pnpm" appears to be invalid.
error @imtbl/sdk@1.52.0: The engine "node" is incompatible with this module. Expected version ">=20.0.0". Got "18.20.4"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Steps to Reproduce

  1. Download Node Version Manager
  2. nvm install 18
  3. nvm use 18 ( Now using node 18.20.4 )
  4. Git clone https://github.com/QuickSwap/interface-v2.git
  5. CD to interface-v2
  6. yarn Install
    ...

Expected Behavior
Build Complete (with some warnings on deprecated dependiencies)

Additional Context
Current Node and Yarn Versions
Yarn Version: V1.22.22
Node Version: V18.20.4

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