Compatibility + Troubleshooting
Troubleshooting
This project was successfully tested on the following with node version v18.17.1 and python 3.9.18
System
Node
Python
6.4.12-arch1-1
v18.17.1
3.9.18
MacOS M1 v13.4
v18.17.1
3.9.18
Runtime / Package Manager
NPM
Yarn
Bun
NPM
☑
☑
☑
Yarn
☑
☑
☑
Bun
☒*
☒*
☒*
*-error with uniswap sdk
JSBI when runtime and package manager
Buffer/Stream when packages installed with npm or yarn and run with bun
Make sure you have permission to run the .sh
scripts. You might need to runchmod -R 777 .
Known issues and fixes:
Something about fetch missing Solution: Use node v18.17.1 (there were some changes with the default packages included in node, version gte the one we used seems to work)
JSBI or Buffer/Stream Solution: use npm or yarn
Last updated