-
Notifications
You must be signed in to change notification settings - Fork 188
Description
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
- Git clone https://github.com/QuickSwap/interface-v2.git
- CD to interface-v2
- 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
- Download Node Version Manager
- nvm install 18
- nvm use 18 ( Now using node 18.20.4 )
- Git clone https://github.com/QuickSwap/interface-v2.git
- CD to interface-v2
- 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