stacks-network / sbtc-developer-release

sBTC primitives, signer components, helper tools
https://sbtc.tech
MIT License
1.98k stars 23 forks source link

Dev Env Will Not Build in Ubuntu 22 #417

Open cipherzzz opened 7 months ago

cipherzzz commented 7 months ago

Expected Behavior

I have ubuntu 22 and am attempting to run build.sh to setup the dev env

image

Actual Behavior

Fails with reference to node-gyph missing at => ERROR [stacks-explorer build 6/7] RUN pnpm i image

Steps to Reproduce

Following this - https://stacks-network.github.io/sbtc-docs/local-setup.html

Screenshots or Videos

Javedboss commented 7 months ago

KING KHAN

puneet166 commented 6 months ago

change in docker file - use this RUN npm install -g pnpm@8.6.10 instead of this npm install -g pnpm