Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarn Build Issues #1540

Open
JonahGlasgow opened this issue Sep 12, 2024 · 0 comments
Open

Yarn Build Issues #1540

JonahGlasgow opened this issue Sep 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JonahGlasgow
Copy link

Bug Description 1st Attempt

[2/4] Fetching packages...
warning [email protected]: The engine "pnpm" appears to be invalid.
error @axelar-network/[email protected]: 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 [email protected]: The engine "pnpm" appears to be invalid.
error @imtbl/[email protected]: 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

@JonahGlasgow JonahGlasgow added the bug Something isn't working label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant